MCPcopy
hub / github.com/netdata/netdata / ConditionalLogger

Struct ConditionalLogger

src/go/logger/conditional.go:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type ConditionalLogger struct {
11 l *Logger
12 cond bool
13 allowElse bool
14}
15
16type ElseBranch struct {
17 l *Logger

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected