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

Method Infof

grpclog/glogger/glogger.go:46–48  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

44}
45
46func (g *glogger) Infof(format string, args ...any) {
47 glog.InfoDepth(d, fmt.Sprintf(format, args...))
48}
49
50func (g *glogger) InfoDepth(depth int, args ...any) {
51 glog.InfoDepth(depth+d, args...)

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.65

Tested by

no test coverage detected