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

Method Noticef

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

Source from the content-addressed store, hash-verified

55}
56
57func (c ConditionalLogger) Noticef(format string, a ...any) ElseBranch {
58 return c.logf(levelNotice, format, a...)
59}
60
61func (c ConditionalLogger) Infof(format string, a ...any) ElseBranch {
62 return c.logf(slog.LevelInfo, format, a...)

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected