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

Struct glogger

grpclog/glogger/glogger.go:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type glogger struct{}
37
38func (g *glogger) Info(args ...any) {
39 glog.InfoDepth(d, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected