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

Method Debugf

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

Source from the content-addressed store, hash-verified

63}
64
65func (c ConditionalLogger) Debugf(format string, a ...any) ElseBranch {
66 return c.logf(slog.LevelDebug, format, a...)
67}
68
69func (c ConditionalLogger) logArgs(level slog.Level, a ...any) ElseBranch {
70 if c.cond && c.l.canLog(level) {

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected