MCPcopy
hub / github.com/uber-go/zap / Fatal

Method Fatal

zapgrpc/zapgrpc.go:220–222  ·  view source on GitHub ↗

Fatal implements grpclog.LoggerV2.

(args ...interface{})

Source from the content-addressed store, hash-verified

218
219// Fatal implements grpclog.LoggerV2.
220func (l *Logger) Fatal(args ...interface{}) {
221 l.fatal.Print(args...)
222}
223
224// Fatalln implements grpclog.LoggerV2.
225func (l *Logger) Fatalln(args ...interface{}) {

Callers 7

ExampleWriterFunction · 0.45
BenchmarkStandardJSONFunction · 0.45
BenchmarkWriteSyncerFunction · 0.45
TestLoggerFatalExpectedFunction · 0.45

Calls 1

PrintMethod · 0.45

Tested by 7

ExampleWriterFunction · 0.36
BenchmarkStandardJSONFunction · 0.36
BenchmarkWriteSyncerFunction · 0.36
TestLoggerFatalExpectedFunction · 0.36