# Functions
No description provided by the author
NewLoggerContext creates a new context with the tracer value, this tracer is added to every log message used in this context.
NewLogrusLogger creates a new LogrusLogger instance.
No description provided by the author
# Constants
LoggerName used to identify the logger.
TracerField used to follow calls in a call chain.
# Structs
LogrusLogger is an implementation of the Logger interface using logrus.
# Interfaces
Logger the logging interface the app will use.