Documentation ¶
Index ¶
- Constants
- 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
- type Config
- type FormatLogger
- type ILogger
- type Level
Constants ¶
View Source
const Inquisitor = "---INQUISITOR---"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonLogger ¶
type FormatLogger ¶
type ILogger ¶
type ILogger interface { CommonLogger FormatLogger Config }
Click to show internal directories.
Click to hide internal directories.