Documentation
¶
Index ¶
- Variables
- func Debug() *zerolog.Event
- func Debugf(fmts string, a ...interface{})
- func Error() *zerolog.Event
- func Errorf(fmts string, a ...interface{})
- func Fatal() *zerolog.Event
- func Info() *zerolog.Event
- func Infof(fmts string, a ...interface{})
- func Print(fmts string, args ...interface{})
- func SetLevel(lvalue zerolog.Level)
- func Trace() *zerolog.Event
- func Tracef(fmts string, a ...interface{})
- func With() zerolog.Context
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = zerolog.New(os.Stderr).With().Timestamp().Logger()
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.