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

Method Errorf

grpclog/glogger/glogger.go:78–80  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

76}
77
78func (g *glogger) Errorf(format string, args ...any) {
79 glog.ErrorDepth(d, fmt.Sprintf(format, args...))
80}
81
82func (g *glogger) ErrorDepth(depth int, args ...any) {
83 glog.ErrorDepth(depth+d, args...)

Callers

nothing calls this directly

Calls 1

ErrorDepthMethod · 0.65

Tested by

no test coverage detected