# Functions
NewLogger returns an instance of logger.
No description provided by the author
# Constants
Debug has verbose message.
No description provided by the author
Error is for logging errors.
No description provided by the author
Fatal is for logging fatal messages.
No description provided by the author
Info is default log level.
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
Warn is for logging messages about possible issues.
No description provided by the author
# 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.