Documentation
¶
Overview ¶
Package logger implements abstract logger.
Index ¶
- func Debug(msg string, fields ...Field)
- func Error(err error, msg string, fields ...Field)
- func Fatal(err error, msg string, fields ...Field)
- func Info(msg string, fields ...Field)
- func NewAppLogger(zapLogger *ZapLogger, appName, appVersion string)
- func Warn(msg string, fields ...Field)
- type Field
- type Logger
- type ZapLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppLogger ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.