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

Method Errorln

grpclog/internal/logger.go:74–76  ·  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

72
73// Errorln logs to ERROR log. Arguments are handled in the manner of fmt.Println.
74func (l *LoggerWrapper) Errorln(args ...any) {
75 l.Logger.Println(args...)
76}
77
78// Errorf logs to ERROR log. Arguments are handled in the manner of fmt.Printf.
79func (l *LoggerWrapper) Errorf(format string, args ...any) {

Callers

nothing calls this directly

Calls 1

PrintlnMethod · 0.80

Tested by

no test coverage detected