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

Method Info

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

Info logs to INFO log. Arguments are handled in the manner of fmt.Print.

(args ...any)

Source from the content-addressed store, hash-verified

30type LoggerV2 interface {
31 // Info logs to INFO log. Arguments are handled in the manner of fmt.Print.
32 Info(args ...any)
33 // Infoln logs to INFO log. Arguments are handled in the manner of fmt.Println.
34 Infoln(args ...any)
35 // Infof logs to INFO log. Arguments are handled in the manner of fmt.Printf.

Callers 15

TestLoggerV2SeverityFunction · 0.95
initAuthorityMethod · 0.65
checkCertRevocationFunction · 0.65
newServerTrailerEntryMethod · 0.65
mainFunction · 0.65
GetClientStatsMethod · 0.65
UpdateClientConnStateMethod · 0.65
toProtoMethod · 0.65
NewHTTP2ClientFunction · 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 6

TestLoggerV2SeverityFunction · 0.76
newServerTrailerEntryMethod · 0.52
TestTLSCloneMethod · 0.52