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

Function Errorln

grpclog/grpclog.go:82–84  ·  view source on GitHub ↗

Errorln logs to the ERROR log. Arguments are handled in the manner of fmt.Println.

(args ...any)

Source from the content-addressed store, hash-verified

80
81// Errorln logs to the ERROR log. Arguments are handled in the manner of fmt.Println.
82func Errorln(args ...any) {
83 internal.LoggerV2Impl.Errorln(args...)
84}
85
86// Fatal logs to the FATAL log. Arguments are handled in the manner of fmt.Print.
87// It calls os.Exit() with exit code 1.

Callers 1

TestErrorMethod · 0.92

Calls 1

ErrorlnMethod · 0.65

Tested by 1

TestErrorMethod · 0.74