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

Method Debug

src/go/logger/conditional.go:45–47  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

43}
44
45func (c ConditionalLogger) Debug(a ...any) ElseBranch {
46 return c.logArgs(slog.LevelDebug, a...)
47}
48
49func (c ConditionalLogger) Errorf(format string, a ...any) ElseBranch {
50 return c.logf(slog.LevelError, format, a...)

Callers

nothing calls this directly

Calls 1

logArgsMethod · 0.95

Tested by

no test coverage detected