Documentation ¶
Overview ¶
Package logging includes log levels, and logging-related functions
Index ¶
Constants ¶
View Source
const ( // TraceLevel indicates a log message's level of criticality TraceLevel = iota // DebugLevel indicates a log message's level of criticality DebugLevel // InfoLevel indicates a log message's level of criticality InfoLevel // WarnLevel indicates a log message's level of criticality WarnLevel // ErrorLevel indicates a log message's level of criticality ErrorLevel // FatalLevel indicates a log message's level of criticality FatalLevel )
Variables ¶
This section is empty.
Functions ¶
func LogLevelToString ¶
LogLevelToString translates a log level enum to a string representation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.