Documentation ¶
Index ¶
- type Log
- func (l Log) Debug(i ...interface{})
- func (l Log) Debugf(format string, i ...interface{})
- func (l Log) Debugj(j log.JSON)
- func (l Log) Error(i ...interface{})
- func (l Log) Errorf(format string, i ...interface{})
- func (l Log) Errorj(j log.JSON)
- func (l Log) Fatal(i ...interface{})
- func (l Log) Fatalf(format string, i ...interface{})
- func (l Log) Fatalj(j log.JSON)
- func (l Log) Info(i ...interface{})
- func (l Log) Infof(format string, i ...interface{})
- func (l Log) Infoj(j log.JSON)
- func (l Log) Level() log.Lvl
- func (l Log) Output() io.Writer
- func (l Log) Panic(i ...interface{})
- func (l Log) Panicf(format string, i ...interface{})
- func (l Log) Panicj(j log.JSON)
- func (l Log) Prefix() string
- func (l Log) Print(i ...interface{})
- func (l Log) Printf(format string, i ...interface{})
- func (l Log) Printj(j log.JSON)
- func (l *Log) SetLevel(v log.Lvl)
- func (l *Log) SetOutput(w io.Writer)
- func (l *Log) SetPrefix(p string)
- func (l Log) Warn(i ...interface{})
- func (l Log) Warnf(format string, i ...interface{})
- func (l Log) Warnj(j log.JSON)
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 wraps a zerolog.Logger to provide an `echo.Logger` implementation
Click to show internal directories.
Click to hide internal directories.