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

Method Errorf

grpclog/internal/loggerv2.go:48–48  ·  view source on GitHub ↗

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

(format string, args ...any)

Source from the content-addressed store, hash-verified

46 Errorln(args ...any)
47 // Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf.
48 Errorf(format string, args ...any)
49 // Fatal logs to ERROR log. Arguments are handled in the manner of fmt.Print.
50 // gRPC ensures that all Fatal logs will exit with os.Exit(1).
51 // Implementations may also call os.Exit() with a non-zero exit code.

Callers 15

startLoggingFunction · 0.65
newStackdriverExporterFunction · 0.65
startOpenCensusFunction · 0.65
StartFunction · 0.65
newCloudLoggingExporterFunction · 0.65
CloseMethod · 0.65

Implementers 4

tLoggerinternal/grpctest/tlogger.go
componentDatagrpclog/component.go
gloggergrpclog/glogger/glogger.go
loggerTgrpclog/internal/loggerv2.go

Calls

no outgoing calls