Documentation
¶
Overview ¶
Package log provides the application logger and the structured audit-line helper.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = slog.New(slog.NewTextHandler(os.Stderr, &slog.HandlerOptions{Level: slog.LevelInfo}))
Default is the application-wide logger (text format, stderr, Info level).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.