# Functions
GetDefaultLogger creates a default logger.
NewLogrusLogger adapts existing logrus logger to Logger interface.
NewLogrusLoggerWithConfig creates and configs Logger instance backed by logrus logger.
# 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.
No description provided by the author
No description provided by the author
# Interfaces
Logger is the common interface for logging.
# Type aliases
Fields Type to pass when we want to call WithFields for structured logging.