Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/log/slog/
Dhandler.go186 type commonHandler struct { struct
187 json bool // true => output JSON; false => output text
188 opts HandlerOptions
189 preformattedAttrs []byte
194 groupPrefix string
195 groups []string // all groups started from WithGroup
196 nOpenGroups int // the number of groups opened in preformattedAttrs
197 mu *sync.Mutex
198 w io.Writer
201 func (h *commonHandler) clone() *commonHandler {
[all …]
Dtext_handler.go22 *commonHandler anonMember
Djson_handler.go24 *commonHandler anonMember