Home
last modified time | relevance | path

Searched defs:HandlerOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dhandler.go130 type HandlerOptions struct { struct
133 AddSource bool
140 Level Leveler
167 ReplaceAttr func(groups []string, a Attr) Attr
Dtext_handler.go28 func NewTextHandler(w io.Writer, opts *HandlerOptions) *TextHandler {
Djson_handler.go30 func NewJSONHandler(w io.Writer, opts *HandlerOptions) *JSONHandler {