MCPcopy
hub / github.com/netdata/netdata / Error

Method Error

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

Source from the content-addressed store, hash-verified

27}
28
29func (c ConditionalLogger) Error(a ...any) ElseBranch {
30 return c.logArgs(slog.LevelError, a...)
31}
32
33func (c ConditionalLogger) Warning(a ...any) ElseBranch {
34 return c.logArgs(slog.LevelWarn, a...)

Callers

nothing calls this directly

Calls 1

logArgsMethod · 0.95

Tested by

no test coverage detected