type Priority … const PriEmerg … const PriAlert … const PriCrit … const PriErr … const PriWarning … const PriNotice … const PriInfo … const PriDebug … // Print prints a message to the local systemd journal using Send(). func Print(priority Priority, format string, a ...interface{ … }