Versions in this module Expand all Collapse all v0 v0.1.0 Dec 31, 2022 Changes in this version + const Inquisitor + func Debug(a ...any) + func Debugf(format string, a ...any) + func Error(a ...any) + func Errorf(format string, a ...any) + func Fatal(a ...any) + func Fatalf(format string, a ...any) + func Info(a ...any) + func Infof(format string, a ...any) + func SetLevel(lv Level) + func SetOutput(w io.Writer) + func Trace(a ...any) + func Tracef(format string, a ...any) + func Warn(a ...any) + func Warnf(format string, a ...any) + type CommonLogger interface + Debug func(a ...any) + Error func(a ...any) + Fatal func(a ...any) + Info func(a ...any) + Trace func(a ...any) + Warn func(a ...any) + type Config interface + SetLevel func(lv Level) + SetOutput func(w io.Writer) + type FormatLogger interface + Debugf func(format string, a ...any) + Errorf func(format string, a ...any) + Fatalf func(format string, a ...any) + Infof func(format string, a ...any) + Tracef func(format string, a ...any) + Warnf func(format string, a ...any) + type ILogger interface + type Level int + const LevelDebug + const LevelError + const LevelFatal + const LevelInfo + const LevelTrace + const LevelWarn