MCPcopy 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
19func (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

LoadMethod · 0.95
preparePlanMethod · 0.95

Calls 1

WarningfMethod · 0.65

Tested by

no test coverage detected