MCPcopy
hub / github.com/uber/aresdb / ZapLogger

Struct ZapLogger

common/log.go:96–98  ·  view source on GitHub ↗

ZapLogger is wrapper of zap

Source from the content-addressed store, hash-verified

94
95// ZapLogger is wrapper of zap
96type ZapLogger struct {
97 sugaredLogger *zap.SugaredLogger
98}
99
100// Debug is log at debug level
101func (z *ZapLogger) Debug(args ...interface{}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected