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

Method Fatalf

grpclog/internal/logger.go:26–26  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

24type Logger interface {
25 Fatal(args ...any)
26 Fatalf(format string, args ...any)
27 Fatalln(args ...any)
28 Print(args ...any)
29 Printf(format string, args ...any)

Calls

no outgoing calls