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

Method InfoDepth

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

Source from the content-addressed store, hash-verified

48}
49
50func (g *glogger) InfoDepth(depth int, args ...any) {
51 glog.InfoDepth(depth+d, args...)
52}
53
54func (g *glogger) Warning(args ...any) {
55 glog.WarningDepth(d, args...)

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.65

Tested by

no test coverage detected