# Functions
DebugEnabled returns whether output of messages at the debug level is currently enabled.
Debugf logs potentially verbose debug-time data.
ErrorEnabled returns whether output of messages at the info level is currently enabled.
Errorf logs error conditions.
InfoEnabled returns whether output of messages at the info level is currently enabled.
Infof logs at the info level.
ParseLevel parses the log level, returns Info level if not found.
WarnEnabled returns whether output of messages at the info level is currently enabled.
Warnf logs suspect situations and recoverable errors.
# Variables
Log is the global logger.
# Structs
LevelWrapper is a logger adapter.
# Type aliases
Level is a level of logging.