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

Method Errorf

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

Source from the content-addressed store, hash-verified

47}
48
49func (c ConditionalLogger) Errorf(format string, a ...any) ElseBranch {
50 return c.logf(slog.LevelError, format, a...)
51}
52
53func (c ConditionalLogger) Warningf(format string, a ...any) ElseBranch {
54 return c.logf(slog.LevelWarn, format, a...)

Callers

nothing calls this directly

Calls 1

logfMethod · 0.95

Tested by

no test coverage detected