MCPcopy
hub / github.com/netdata/netdata / Info

Method Info

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

Source from the content-addressed store, hash-verified

39}
40
41func (c ConditionalLogger) Info(a ...any) ElseBranch {
42 return c.logArgs(slog.LevelInfo, a...)
43}
44
45func (c ConditionalLogger) Debug(a ...any) ElseBranch {
46 return c.logArgs(slog.LevelDebug, a...)

Callers

nothing calls this directly

Calls 1

logArgsMethod · 0.95

Tested by

no test coverage detected