Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Level ¶
type Level string
var ( LevelMain Level = "MAIN" LevelInfo Level = "INFO" LevelError Level = "ERROR" LevelCritical Level = "CRITICAL" LevelToNum = map[Level]int{ LevelInfo: 0, LevelMain: 1, LevelError: 2, LevelCritical: 3, } )
Click to show internal directories.
Click to hide internal directories.