Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/netdata/netdata
/ logWarningf
Method
logWarningf
src/go/plugin/framework/chartengine/log.go:19–24 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
(e *Engine) logWarningf(format string, args ...any) {
20
if
e == nil || e.state.log == nil {
21
return
22
}
23
e.state.log.Warningf(format, args...)
24
}
Callers
2
Load
Method · 0.95
preparePlan
Method · 0.95
Calls
1
Warningf
Method · 0.65
Tested by
no test coverage detected