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

Method WarningDepth

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

WarningDepth logs to WARNING 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

76 InfoDepth(depth int, args ...any)
77 // WarningDepth logs to WARNING log at the specified depth. Arguments are handled in the manner of fmt.Println.
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.

Callers 7

WarningfMethod · 0.65
AddTraceEventFunction · 0.65
WarningDepthFunction · 0.65
WarningMethod · 0.65
WarninglnMethod · 0.65
WarningfMethod · 0.65
WarningDepthMethod · 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