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

Method Infof

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

Source from the content-addressed store, hash-verified

59}
60
61func (c ConditionalLogger) Infof(format string, a ...any) ElseBranch {
62 return c.logf(slog.LevelInfo, format, a...)
63}
64
65func (c ConditionalLogger) Debugf(format string, a ...any) ElseBranch {
66 return c.logf(slog.LevelDebug, format, a...)

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected