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

Function Errorf

grpclog/grpclog.go:77–79  ·  view source on GitHub ↗

Errorf logs to the ERROR log. Arguments are handled in the manner of fmt.Printf.

(format string, args ...any)

Source from the content-addressed store, hash-verified

75
76// Errorf logs to the ERROR log. Arguments are handled in the manner of fmt.Printf.
77func Errorf(format string, args ...any) {
78 internal.LoggerV2Impl.Errorf(format, args...)
79}
80
81// Errorln logs to the ERROR log. Arguments are handled in the manner of fmt.Println.
82func Errorln(args ...any) {

Callers 1

TestErrorMethod · 0.92

Calls 1

ErrorfMethod · 0.65

Tested by 1

TestErrorMethod · 0.74