Documentation
¶
Index ¶
Constants ¶
View Source
const ( LevelTrace = slog.Level(-8) // new LevelDebug = slog.LevelDebug // -4 LevelInfo = slog.LevelInfo // 0 LevelNotice = slog.Level(2) // new LevelWarn = slog.LevelWarn // 4 LevelError = slog.LevelError // 8 LevelFatal = slog.Level(12) // new ColorOff ColorMode = iota ColorSmart ColorMedium ColorFull SymbolNone SymbolSet = iota SymbolUnicodeUp SymbolUnicodeDown TplTime Tpl = iota TplUptime TplLevel TplSource TplMessage TplAttrs UptimeAdhoc UptimeFormat = iota UptimeStd )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UptimeFormat ¶ added in v0.2.0
type UptimeFormat int
Click to show internal directories.
Click to hide internal directories.