# Functions
Debug logs an debug message with the parameters.
Debugf logs a formatted debug message.
Error logs an error message with the parameters.
Errorf logs a formatted error message.
Info logs an info message with the parameters.
Infof logs a formatted info message.
NewZapLogger creates a zap production or development logger based on debug argument.
NewZapLoggerFromSugar creates a ZapLogger from a zap.SugaredLogger.
SetLogger sets the default logger to be used by this package.
# Interfaces
Logger is basic interface for integrating custom logger.