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

Method Errorln

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

Source from the content-addressed store, hash-verified

72}
73
74func (g *glogger) Errorln(args ...any) {
75 glog.ErrorDepth(d, fmt.Sprintln(args...))
76}
77
78func (g *glogger) Errorf(format string, args ...any) {
79 glog.ErrorDepth(d, fmt.Sprintf(format, args...))

Callers

nothing calls this directly

Calls 1

ErrorDepthMethod · 0.65

Tested by

no test coverage detected