Documentation
¶
Index ¶
Constants ¶
View Source
const ( TimeFormatRFC = "rfc3339" TimeFormatTimestamp = "timestamp" )
View Source
const ( LevelDebug int = -4 LevelInfo int = 0 LevelWarn int = 4 LevelError int = 8 )
Levels ref: https://pkg.go.dev/log/slog#Level
View Source
const ( FormatText = "text" FormatJSON = "json" )
View Source
const ( OutputStdOut = 0 OutputStdErr = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.19.2
Click to show internal directories.
Click to hide internal directories.