# Functions
Debug outputs messages with the level [DebugLevel] (when that is enabled) using the configured logging handler.
Debugf outputs messages with the level [DebugLevel] (when that is enabled) using the configured logging handler.
Error outputs messages with the level [ErrorLevel] (when that is enabled) using the configured logging handler.
Errorf outputs messages with the level [ErrorLevel] (when that is enabled) using the configured logging handler.
Info outputs messages with the level [InfoLevel] (when that is enabled) using the configured logging handler.
Infof outputs messages with the level [InfoLevel] (when that is enabled) using the configured logging handler.
SetHandler allows to define the default handler function for all log levels.
SetLevelHandler allows to define the default handler function for a given level.
Warning outputs messages with the level [WarningLevel] (when that is enabled) using the configured logging handler.
Warningf outputs messages with the level [WarningLevel] (when that is enabled) using the configured logging handler.
# Constants
DebugLevel level.
ErrorLevel level.
InfoLevel level.
WarnLevel level.
# Variables
GetLevel gets the standard logger level.
IsLevelEnabled checks if the log level is greater than the level param.
SetFormatter sets the standard logger formatter.
SetLevel sets the standard logger level.
SetOutput sets the log output.
SetReportCaller sets whether the standard logger will include the calling method as a field.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author