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

Method Errorln

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

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

(args ...any)

Source from the content-addressed store, hash-verified

44 Error(args ...any)
45 // Errorln logs to ERROR log. Arguments are handled in the manner of fmt.Println.
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.

Callers 3

ErrorlnFunction · 0.65
ErrorDepthFunction · 0.65

Implementers 4

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

Calls

no outgoing calls

Tested by 1