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

Function Warning

grpclog/grpclog.go:57–59  ·  view source on GitHub ↗

Warning logs to the WARNING log.

(args ...any)

Source from the content-addressed store, hash-verified

55
56// Warning logs to the WARNING log.
57func Warning(args ...any) {
58 internal.LoggerV2Impl.Warning(args...)
59}
60
61// Warningf logs to the WARNING log. Arguments are handled in the manner of fmt.Printf.
62func Warningf(format string, args ...any) {

Callers 1

TestWarningMethod · 0.92

Calls 1

WarningMethod · 0.65

Tested by 1

TestWarningMethod · 0.74