Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
func
(g *glogger) Infoln(args ...any) {
43
glog.InfoDepth(d, fmt.Sprintln(args...))
44
}
45
46
func
(g *glogger) Infof(format string, args ...any) {
47
glog.InfoDepth(d, fmt.Sprintf(format, args...))
Callers
nothing calls this directly
Calls
1
InfoDepth
Method · 0.65
Tested by
no test coverage detected