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

Method Infoln

grpclog/glogger/glogger.go:42–44  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

40}
41
42func (g *glogger) Infoln(args ...any) {
43 glog.InfoDepth(d, fmt.Sprintln(args...))
44}
45
46func (g *glogger) Infof(format string, args ...any) {
47 glog.InfoDepth(d, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.65

Tested by

no test coverage detected