# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger returns an instance of logger.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Debug has verbose message.
Error is for logging errors.
Fatal is for logging fatal messages.
Info is default log level.
No description provided by the author
No description provided by the author
Warn is for logging messages about possible issues.
# Structs
Configuration stores the config for the logger For some loggers there can only be one level across writers, for such the level of Console is picked by default.
# Interfaces
Logger is our contract for the logger.
# Type aliases
Fields Type to pass when we want to call WithFields for structured logging.