Versions in this module Expand all Collapse all v0 v0.0.19 Dec 17, 2025 Changes in this version + const Discard + type Level int + const LevelDebug + const LevelError + const LevelFatal + const LevelInfo + const LevelWarning + func (l Level) String() string + type Logger interface + Debug func(msg string, keysAndValues ...any) + Error func(err error, msg string, keysAndValues ...any) + Fatal func(msg string, keysAndValues ...any) + FatalError func(err error, msg string, keysAndValues ...any) + Info func(msg string, keysAndValues ...any) + Leveled func(level Level) Logger + Named func(name string) Logger + SetLevel func(level Level) + Skipping func(count uint) Logger + Warning func(msg string, keysAndValues ...any) + WithFields func(keysAndValues ...any) Logger + func NewStd(writer io.Writer) Logger + func NewStdJSON(writer io.Writer) Logger