Documentation ¶
Overview ¶
Package zerolog is a concrete implementation of the log abstractions.
Index ¶
- func New(out io.Writer, lvl log.Level, f map[string]interface{}) log.Logger
- type Logger
- func (l *Logger) Debug(args ...interface{})
- func (l *Logger) Debugf(msg string, args ...interface{})
- func (l *Logger) Error(args ...interface{})
- func (l *Logger) Errorf(msg string, args ...interface{})
- func (l *Logger) Fatal(args ...interface{})
- func (l *Logger) Fatalf(msg string, args ...interface{})
- func (l *Logger) Info(args ...interface{})
- func (l *Logger) Infof(msg string, args ...interface{})
- func (l *Logger) Level() log.Level
- func (l *Logger) Panic(args ...interface{})
- func (l *Logger) Panicf(msg string, args ...interface{})
- func (l *Logger) Sub(ff map[string]interface{}) log.Logger
- func (l *Logger) Warn(args ...interface{})
- func (l *Logger) Warnf(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.