Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Level ¶
type Level string
const ( // ErrorLevel level. Logs. Used for errors that should definitely be noted. LevelError Level = "ERROR" // WarnLevel level. Non-critical entries that deserve eyes. LevelWarn Level = "WARN" // InfoLevel level. General operational entries about what's going on inside the // application. LevelInfo Level = "INFO" // DebugLevel level. Usually only enabled when debugging. Very verbose logging. LevelDebug Level = "DEBUG" )
Click to show internal directories.
Click to hide internal directories.