Documentation
¶
Index ¶
- type Level
- type Logger
- func (l *Logger) Debug(format string, args ...any)
- func (l *Logger) Error(format string, args ...any)
- func (l *Logger) Fatal(format string, args ...any)
- func (l *Logger) Info(format string, args ...any)
- func (l *Logger) Level() Level
- func (l *Logger) LevelName() string
- func (l *Logger) SetLevel(level Level)
- func (l *Logger) Trace(format string, args ...any)
- func (l *Logger) Warn(format string, args ...any)
- func (l *Logger) WithAppName(name string) *Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) WithAppName ¶ added in v0.3.2
Click to show internal directories.
Click to hide internal directories.