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

Method InfoDepth

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

InfoDepth logs to INFO 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

74 LoggerV2
75 // InfoDepth logs to INFO log at the specified depth. Arguments are handled in the manner of fmt.Println.
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.

Callers 7

InfofMethod · 0.65
AddTraceEventFunction · 0.65
InfoDepthFunction · 0.65
InfoMethod · 0.65
InfolnMethod · 0.65
InfofMethod · 0.65
InfoDepthMethod · 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