MCPcopy
hub / github.com/koderover/zadig / Logger

Function Logger

pkg/tool/log/log.go:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140func Logger() *zap.Logger {
141 return getLogger()
142}
143
144func SugaredLogger() *zap.SugaredLogger {
145 return getSugaredLogger()

Callers 2

webhookControllerFunction · 0.92
WithContextFunction · 0.92

Calls 1

getLoggerFunction · 0.70

Tested by

no test coverage detected