Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ Info
Method
Info
src/go/logger/conditional.go:41–43 ·
view source on GitHub ↗
(a ...any)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(c ConditionalLogger) Info(a ...any) ElseBranch {
42
return
c.logArgs(slog.LevelInfo, a...)
43
}
44
45
func
(c ConditionalLogger) Debug(a ...any) ElseBranch {
46
return
c.logArgs(slog.LevelDebug, a...)
Callers
nothing calls this directly
Calls
1
logArgs
Method · 0.95
Tested by
no test coverage detected