# Functions
No description provided by the author
GetLoggerConfig returns the configuration for the given logger; if not specified, it will return the default configuration.
No description provided by the author
UnmarshalLevel converts a string to a Level.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
To entirely disable logging for the Logger.
No description provided by the author
No description provided by the author
# Variables
DefaultLoggerConfigurations is not really a var, but Go is not smart enough to figure out it's a constant.
No description provided by the author
RootLog is the default log, it needs to be initialized after the init() function, so that configuration (if any) can be picked up.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
A Loggable type is one that has a Log and exposes it to its clients.
# Type aliases
No description provided by the author