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

Function Error

src/go/logger/default.go:16–16  ·  view source on GitHub ↗
(a ...any)

Source from the content-addressed store, hash-verified

14var defaultLogger = newDefaultLogger()
15
16func Error(a ...any) { defaultLogger.Error(a...) }
17func Warning(a ...any) { defaultLogger.Warning(a...) }
18func Notice(a ...any) { defaultLogger.Notice(a...) }
19func Info(a ...any) { defaultLogger.Info(a...) }

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…