Documentation
¶
Index ¶
- func SetLevel(level int)
- type Zerolog
- func (l Zerolog) Error(message string)
- func (l Zerolog) Errorf(format string, v ...interface{})
- func (l Zerolog) Errorfw(metadata interface{}, format string, v ...interface{})
- func (l Zerolog) Errorw(metadata interface{}, message string)
- func (l Zerolog) Info(message string)
- func (l Zerolog) Infof(format string, v ...interface{})
- func (l Zerolog) Infofw(metadata interface{}, format string, v ...interface{})
- func (l Zerolog) Infow(metadata interface{}, message string)
- func (l Zerolog) V(verbosity int) bool
- func (l Zerolog) With(metadata interface{}) sl.Log
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Zerolog ¶
Zerolog is a Zerolog implementation of sl.Log.
Click to show internal directories.
Click to hide internal directories.