Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
ConditionalLogger
struct
{
11
l *Logger
12
cond bool
13
allowElse bool
14
}
15
16
type
ElseBranch
struct
{
17
l *Logger
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected