MCPcopy
hub / github.com/netdata/netdata / Debugf

Function Debugf

src/go/logger/default.go:25–25  ·  view source on GitHub ↗
(format string, a ...any)

Source from the content-addressed store, hash-verified

23func Noticef(format string, a ...any) { defaultLogger.Noticef(format, a...) }
24func Infof(format string, a ...any) { defaultLogger.Infof(format, a...) }
25func Debugf(format string, a ...any) { defaultLogger.Debugf(format, a...) }
26func With(args ...any) *Logger { return defaultLogger.With(args...) }
27func When(cond bool) ConditionalLogger { return defaultLogger.When(cond) }
28func Once(key string) LimitedLogger { return defaultLogger.Once(key) }

Callers

nothing calls this directly

Calls 1

DebugfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…