package
1.1.0
Repository: https://github.com/zcubbs/zlogger.git
Documentation: pkg.go.dev

# 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

# Constants

No description provided by the author
No description provided by the author

# Interfaces

Logger is our contract for the logger.

# Type aliases

Fields Type to pass when we want to call WithFields for structured logging.
No description provided by the author