Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Djson_handler.go23 type JSONHandler struct { struct
24 *commonHandler
46 func (h *JSONHandler) Enabled(_ context.Context, level Level) bool {
52 func (h *JSONHandler) WithAttrs(attrs []Attr) Handler {
56 func (h *JSONHandler) WithGroup(name string) Handler {
90 func (h *JSONHandler) Handle(_ context.Context, r Record) error {