MCPcopy
hub / github.com/netdata/netdata / Notice

Method Notice

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

Source from the content-addressed store, hash-verified

35}
36
37func (c ConditionalLogger) Notice(a ...any) ElseBranch {
38 return c.logArgs(levelNotice, a...)
39}
40
41func (c ConditionalLogger) Info(a ...any) ElseBranch {
42 return c.logArgs(slog.LevelInfo, a...)

Callers

nothing calls this directly

Calls 1

logArgsMethod · 0.95

Tested by

no test coverage detected