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

Method Warningf

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

Warningf logs to WARNING log. Arguments are handled in the manner of fmt.Printf.

(format string, args ...any)

Source from the content-addressed store, hash-verified

40 Warningln(args ...any)
41 // Warningf logs to WARNING log. Arguments are handled in the manner of fmt.Printf.
42 Warningf(format string, args ...any)
43 // Error logs to ERROR log. Arguments are handled in the manner of fmt.Print.
44 Error(args ...any)
45 // Errorln logs to ERROR log. Arguments are handled in the manner of fmt.Println.

Callers 15

getCodecMethod · 0.65
parseServiceConfigFunction · 0.65
WithKeepaliveParamsFunction · 0.65
exitIdleModeMethod · 0.65
ClientHandshakeMethod · 0.65
sendRequestFunction · 0.65
maybeUpdateRootFileMethod · 0.65
NewStaticCRLProviderFunction · 0.65

Implementers 4

tLoggerinternal/grpctest/tlogger.go
componentDatagrpclog/component.go
gloggergrpclog/glogger/glogger.go
loggerTgrpclog/internal/loggerv2.go

Calls

no outgoing calls

Tested by 1