MCPcopy
hub / github.com/grpc/grpc-go / WarningDepth

Method WarningDepth

grpclog/glogger/glogger.go:66–68  ·  view source on GitHub ↗
(depth int, args ...any)

Source from the content-addressed store, hash-verified

64}
65
66func (g *glogger) WarningDepth(depth int, args ...any) {
67 glog.WarningDepth(depth+d, args...)
68}
69
70func (g *glogger) Error(args ...any) {
71 glog.ErrorDepth(d, args...)

Callers

nothing calls this directly

Calls 1

WarningDepthMethod · 0.65

Tested by

no test coverage detected