Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netdata/netdata
/ Error
Method
Error
src/go/logger/conditional.go:29–31 ·
view source on GitHub ↗
(a ...any)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(c ConditionalLogger) Error(a ...any) ElseBranch {
30
return
c.logArgs(slog.LevelError, a...)
31
}
32
33
func
(c ConditionalLogger) Warning(a ...any) ElseBranch {
34
return
c.logArgs(slog.LevelWarn, a...)
Callers
nothing calls this directly
Calls
1
logArgs
Method · 0.95
Tested by
no test coverage detected