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

Method Warningln

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

Source from the content-addressed store, hash-verified

56}
57
58func (g *glogger) Warningln(args ...any) {
59 glog.WarningDepth(d, fmt.Sprintln(args...))
60}
61
62func (g *glogger) Warningf(format string, args ...any) {
63 glog.WarningDepth(d, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

WarningDepthMethod · 0.65

Tested by

no test coverage detected