MCPcopy Create free account
hub / github.com/netdata/netdata / logInfof

Method logInfof

src/go/plugin/framework/chartengine/log.go:12–17  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

10}
11
12func (e *Engine) logInfof(format string, args ...any) {
13 if e == nil || e.state.log == nil {
14 return
15 }
16 e.state.log.Infof(format, args...)
17}
18
19func (e *Engine) logWarningf(format string, args ...any) {
20 if e == nil || e.state.log == nil {

Callers 2

LoadMethod · 0.95
preparePlanMethod · 0.95

Calls 1

InfofMethod · 0.65

Tested by

no test coverage detected