Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CRITICAL errors CRITICAL = iota // SEVERE errors SEVERE // ERROR message ERROR // WARN for warning messages WARN // INFO is for informational messages INFO // DBG for debug messages DBG // ROTATE log file command ROTATE = iota // rotate log file )
Variables ¶
This section is empty.
Functions ¶
func GetLogLevelName ¶
func GetLogLevelName() string
GetLogLevelName returns the current loglevel in human-readable form.
func SetLogLevelFromName ¶
func SetLogLevelFromName(name string)
SetLogLevelFromName sets the logging level from symbolic name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.