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

Method Warning

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

Warning logs to WARNING log. Arguments are handled in the manner of fmt.Print.

(args ...any)

Source from the content-addressed store, hash-verified

36 Infof(format string, args ...any)
37 // Warning logs to WARNING log. Arguments are handled in the manner of fmt.Print.
38 Warning(args ...any)
39 // Warningln logs to WARNING log. Arguments are handled in the manner of fmt.Println.
40 Warningln(args ...any)
41 // Warningf logs to WARNING log. Arguments are handled in the manner of fmt.Printf.

Callers 13

TestLoggerV2SeverityFunction · 0.95
KeepaliveParamsFunction · 0.65
maybeUpdateRootFileMethod · 0.65
parseObservabilityConfigFunction · 0.65
SPIFFEIDFromCertFunction · 0.65
BalanceLoadMethod · 0.65
GetsockoptMethod · 0.65
WarningFunction · 0.65
initFunction · 0.65
SPIFFEIDFromCertFunction · 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 2

TestLoggerV2SeverityFunction · 0.76