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

Method Fatal

grpclog/internal/logger.go:25–25  ·  view source on GitHub ↗
(args ...any)

Source from the content-addressed store, hash-verified

23// Deprecated: use LoggerV2.
24type Logger interface {
25 Fatal(args ...any)
26 Fatalf(format string, args ...any)
27 Fatalln(args ...any)
28 Print(args ...any)

Calls

no outgoing calls