const go.uber.org/zap.FatalLevel
7 uses
go.uber.org/zap (current package)
global.go#L155: case FatalLevel:
level.go#L48: FatalLevel = zapcore.FatalLevel
logger.go#L294: if ce := log.check(FatalLevel, msg); ce != nil {
sugar.go#L165: s.log(FatalLevel, "", args, nil)
sugar.go#L208: s.log(FatalLevel, template, args, nil)
sugar.go#L255: s.log(FatalLevel, msg, nil, keysAndValues)
sugar.go#L298: s.logln(FatalLevel, args, nil)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |