MCPcopy
hub / github.com/burke/zeus / DefaultLogger

Function DefaultLogger

go/shinylog/shinylog.go:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62var traceLogger *log.Logger = nil
63
64func DefaultLogger() *ShinyLogger {
65 dlm.RLock()
66 defer dlm.RUnlock()
67 return defaultLogger
68}
69
70func SetDefaultLogger(sl *ShinyLogger) {
71 dlm.Lock()

Callers 15

SuppressFunction · 0.85
DisableColorFunction · 0.85
ColorizedFunction · 0.85
ErrorFunction · 0.85
FatalErrorFunction · 0.85
FatalErrorStringFunction · 0.85
ErrorStringFunction · 0.85
StdErrorStringFunction · 0.85
RedFunction · 0.85
GreenFunction · 0.85
BrightgreenFunction · 0.85
YellowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…