Documentation ¶
Index ¶
- func NewRequestLogger(logLevel app.Level) app.Logger
- type Logger
- func (l *Logger) Debug(format string)
- func (l *Logger) Error(format string)
- func (l *Logger) Info(format string)
- func (l *Logger) SetLogLevel(level app.Level)
- func (l *Logger) Warn(format string)
- func (l *Logger) WithInt(key string, value int) app.Logger
- func (l *Logger) WithStr(key string, value string) app.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) SetLogLevel ¶
Click to show internal directories.
Click to hide internal directories.