# Functions
Debug logs a message at the zap.DebugLevel.
Debugf logs a formatted message at the zap.DebugLevel.
Error logs a message at the zap.ErrorLevel.
Errorf logs a formatted message at the zap.ErrorLevel.
Fatal logs a message at the zap.FatalLevel.
Fatalf logs a formatted message at the zap.FatalLevel.
GinZap returns a gin.HandlerFunc (middleware) that logs requests using uber-go/zap.
Info logs a message at the zap.InfoLevel.
Infof logs a formatted message at the zap.InfoLevel.
Panic logs a message at the zap.PanicLevel.
Panicf logs a formatted message at the zap.PanicLevel.
RestyDebugLogger prints debug logs for a http request based on the resty.Response.
SetLogger sets the desired loglevel and re-initializes the logger util.
SetLoggerWithConfig initializes the logger util with a custom configuration.
Warn logs a message at the zap.WarnLevel.
Warnf logs a formatted message at the zap.WarnLevel.
WithLogLevel is an option that can be used to define a custom log level Currently only INFO (default) and DEBUG are supported.
WithOutputPaths is an option that can be used to define custom log output paths.
# Type aliases
No description provided by the author