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

Method Infoln

grpclog/component.go:84–86  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

82}
83
84func (c *componentData) Infoln(args ...any) {
85 c.InfoDepth(1, args...)
86}
87
88func (c *componentData) Warningln(args ...any) {
89 c.WarningDepth(1, args...)

Callers

nothing calls this directly

Calls 1

InfoDepthMethod · 0.95

Tested by

no test coverage detected