MCPcopy Index your code
hub / github.com/netdata/netdata / logDebugf

Method logDebugf

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

Source from the content-addressed store, hash-verified

3package chartengine
4
5func (e *Engine) logDebugf(format string, args ...any) {
6 if e == nil || e.state.log == nil {
7 return
8 }
9 e.state.log.Debugf(format, args...)
10}
11
12func (e *Engine) logInfof(format string, args ...any) {
13 if e == nil || e.state.log == nil {

Callers 1

preparePlanMethod · 0.95

Calls 1

DebugfMethod · 0.65

Tested by

no test coverage detected