Documentation ¶
Overview ¶
Package zerolog is a wrapper of the original "github.com/rs/zerolog" library.
Index ¶
- type Log
- func (l *Log) Debug(fmt string, args ...interface{})
- func (l *Log) Error(fmt string, args ...interface{})
- func (l *Log) Fatal(fmt string, args ...interface{})
- func (l *Log) Info(fmt string, args ...interface{})
- func (l *Log) Log(fields map[string]interface{})
- func (l *Log) Panic(fmt string, args ...interface{})
- func (l *Log) Trace(fmt string, args ...interface{})
- func (l *Log) Warn(fmt string, args ...interface{})
- type LogLevel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
Log is logging client.
Click to show internal directories.
Click to hide internal directories.