MCPcopy
hub / github.com/uber-go/zap / Info

Method Info

zapgrpc/zapgrpc.go:169–171  ·  view source on GitHub ↗

Info implements grpclog.LoggerV2.

(args ...interface{})

Source from the content-addressed store, hash-verified

167
168// Info implements grpclog.LoggerV2.
169func (l *Logger) Info(args ...interface{}) {
170 l.delegate.Info(args...)
171}
172
173// Infoln implements grpclog.LoggerV2.
174func (l *Logger) Infoln(args ...interface{}) {

Callers 8

TestTestLoggerFunction · 0.95
TestObserverFunction · 0.45
InfolnMethod · 0.45
TestLoggerInfoExpectedFunction · 0.45
TestLoggerV2Function · 0.45

Calls

no outgoing calls

Tested by 7

TestTestLoggerFunction · 0.76
TestObserverFunction · 0.36
TestLoggerInfoExpectedFunction · 0.36
TestLoggerV2Function · 0.36