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

Method ErrorDepth

grpclog/internal/loggerv2.go:80–80  ·  view source on GitHub ↗

ErrorDepth logs to ERROR log at the specified depth. Arguments are handled in the manner of fmt.Println.

(depth int, args ...any)

Source from the content-addressed store, hash-verified

78 WarningDepth(depth int, args ...any)
79 // ErrorDepth logs to ERROR log at the specified depth. Arguments are handled in the manner of fmt.Println.
80 ErrorDepth(depth int, args ...any)
81 // FatalDepth logs to FATAL log at the specified depth. Arguments are handled in the manner of fmt.Println.
82 FatalDepth(depth int, args ...any)
83}

Callers 7

ErrorfMethod · 0.65
AddTraceEventFunction · 0.65
ErrorDepthFunction · 0.65
ErrorMethod · 0.65
ErrorlnMethod · 0.65
ErrorfMethod · 0.65
ErrorDepthMethod · 0.65

Implementers 3

tLoggerinternal/grpctest/tlogger.go
componentDatagrpclog/component.go
gloggergrpclog/glogger/glogger.go

Calls

no outgoing calls

Tested by

no test coverage detected