Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Priority ¶
type Priority int
Priority is the log level.
const ( // PriEmerg is the emergency log level. PriEmerg Priority = iota // PriAlert is the alert log level. PriAlert // PriCrit is the critical log level. PriCrit // PriErr is the error log level. PriErr // PriWarning is the warning log level. PriWarning // PriNotice is the notice log level. PriNotice // PriInfo is the info log level. PriInfo // PriDebug is the debug log level. PriDebug )
Click to show internal directories.
Click to hide internal directories.