Documentation ¶
Overview ¶
Package slogext implements extended functionality for slog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NopLogger is a no-op Logger. NopLogger = slog.New(NopHandler) // NopHandler is no-op Handler. NopHandler slog.Handler = nopHandler{} )
Functions ¶
func DebugProfile ¶
DebugProfile will result in the function's elapsed time being printed as a debug log line.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.