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

Function Error

grpclog/grpclog.go:72–74  ·  view source on GitHub ↗

Error logs to the ERROR log.

(args ...any)

Source from the content-addressed store, hash-verified

70
71// Error logs to the ERROR log.
72func Error(args ...any) {
73 internal.LoggerV2Impl.Error(args...)
74}
75
76// Errorf logs to the ERROR log. Arguments are handled in the manner of fmt.Printf.
77func Errorf(format string, args ...any) {

Callers 1

TestErrorMethod · 0.92

Calls 1

ErrorMethod · 0.65

Tested by 1

TestErrorMethod · 0.74