Documentation
¶
Index ¶
- Variables
- func Debug(args ...any)
- func Debugf(format string, args ...any)
- func Error(args ...any)
- func Errorf(format string, args ...any)
- func Info(args ...any)
- func Infof(format string, args ...any)
- func Nested(fields ...any) logger.Logger
- func Trace(args ...any)
- func Tracef(format string, args ...any)
- func Warn(args ...any)
- func Warnf(format string, args ...any)
- func WithFields(fields ...any) logger.MessageLogger
Constants ¶
This section is empty.
Variables ¶
View Source
var Log logger.Logger = discard.New()
Functions ¶
func Tracef ¶
Tracef takes a formatted template string and template arguments for the trace logging level.
func WithFields ¶
func WithFields(fields ...any) logger.MessageLogger
WithFields returns a message logger with multiple key-value fields.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.