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

Method Warningf

zapgrpc/zapgrpc.go:198–200  ·  view source on GitHub ↗

Warningf implements grpclog.LoggerV2.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

196
197// Warningf implements grpclog.LoggerV2.
198func (l *Logger) Warningf(format string, args ...interface{}) {
199 l.delegate.Warnf(format, args...)
200}
201
202// Error implements grpclog.LoggerV2.
203func (l *Logger) Error(args ...interface{}) {

Callers 1

Calls 1

WarnfMethod · 0.80

Tested by 1