Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = sync.OnceValue(func() *slog.Logger { baseHandler := slog.NewJSONHandler(os.Stdout, nil) handler := &loggerHandler{handler: baseHandler} return slog.New(handler) })
Logger returns the logger singleton
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.