# Functions
L returns the global Logger, which can be reconfigured with ReplaceGlobals.
NewLogrusLogger create new logger using logrus logger.
NewZapLogger create new logger using zap logger.
ReplaceGlobals replaces the global Logger and returns a function to restore the original values.
No description provided by the author
# Interfaces
Logger is our contract for the logger.