MCPcopy
hub / github.com/netdata/netdata / Errorf

Function Errorf

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

Source from the content-addressed store, hash-verified

19func Info(a ...any) { defaultLogger.Info(a...) }
20func Debug(a ...any) { defaultLogger.Debug(a...) }
21func Errorf(format string, a ...any) { defaultLogger.Errorf(format, a...) }
22func Warningf(format string, a ...any) { defaultLogger.Warningf(format, a...) }
23func Noticef(format string, a ...any) { defaultLogger.Noticef(format, a...) }
24func Infof(format string, a ...any) { defaultLogger.Infof(format, a...) }

Callers

nothing calls this directly

Calls 1

ErrorfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…