Documentation ¶
Index ¶
- type Logger
- func (l *Logger) LogDebug(msg string, keyvals ...interface{})
- func (l *Logger) LogError(msg string, err error, keyvals ...interface{})
- func (l *Logger) LogFatal(msg string, keyvals ...interface{})
- func (l *Logger) LogInfo(msg string, keyvals ...interface{})
- func (l *Logger) LogWarn(msg string, keyvals ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger ...
func NewLoggerWith ¶
NewLoggerWith return a new Logger with additional keyvals
Click to show internal directories.
Click to hide internal directories.