Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( L logr.Logger Std *log.Logger )
Functions ¶
Types ¶
type ExtendedJSONHandler ¶
type ExtendedJSONHandler struct { *slog.JSONHandler // contains filtered or unexported fields }
func NewExtendedJSONHandler ¶
func NewExtendedJSONHandler(w io.Writer, opts *slog.HandlerOptions, addErrStackAttr bool) *ExtendedJSONHandler
type ExtendedTextHandler ¶
type ExtendedTextHandler struct { *slog.TextHandler // contains filtered or unexported fields }
func NewExtendedTextHandler ¶
func NewExtendedTextHandler(w io.Writer, opts *slog.HandlerOptions, showExtraErrorStack bool) *ExtendedTextHandler
Click to show internal directories.
Click to hide internal directories.