MCPcopy
hub / github.com/netdata/netdata / newDefaultLogger

Function newDefaultLogger

src/go/logger/default.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func newDefaultLogger() *Logger {
11 return newLogger(os.Stderr, isTerm, 5)
12}
13
14var defaultLogger = newDefaultLogger()
15

Callers 1

default.goFile · 0.85

Calls 1

newLoggerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…