Documentation
¶
Index ¶
- Constants
- func Debug(message ...any)
- func Error(message ...any)
- func Fatal(message ...any)
- func Info(message ...any)
- func SetLevel(level Level)
- func SetOutput(w io.Writer)
- func Warn(message ...any)
- type Level
- type Logger
- func (ctx *Logger) Debug(message ...any)
- func (ctx *Logger) Error(message ...any)
- func (ctx *Logger) Fatal(message ...any)
- func (ctx *Logger) GetLevel() Level
- func (ctx *Logger) Info(message ...any)
- func (ctx *Logger) SetLevel(level Level)
- func (ctx *Logger) SetOutput(w io.Writer)
- func (ctx *Logger) Warn(message ...any)
- type Styles
Constants ¶
View Source
const MinTermWidth = 200
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.