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

Method ErrorDepth

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

Source from the content-addressed store, hash-verified

80}
81
82func (g *glogger) ErrorDepth(depth int, args ...any) {
83 glog.ErrorDepth(depth+d, args...)
84}
85
86func (g *glogger) Fatal(args ...any) {
87 glog.FatalDepth(d, args...)

Callers

nothing calls this directly

Calls 1

ErrorDepthMethod · 0.65

Tested by

no test coverage detected