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

Function Warningln

grpclog/grpclog.go:67–69  ·  view source on GitHub ↗

Warningln logs to the WARNING log. Arguments are handled in the manner of fmt.Println.

(args ...any)

Source from the content-addressed store, hash-verified

65
66// Warningln logs to the WARNING log. Arguments are handled in the manner of fmt.Println.
67func Warningln(args ...any) {
68 internal.LoggerV2Impl.Warningln(args...)
69}
70
71// Error logs to the ERROR log.
72func Error(args ...any) {

Callers 1

TestWarninglnMethod · 0.92

Calls 1

WarninglnMethod · 0.65

Tested by 1

TestWarninglnMethod · 0.74