const go.uber.org/zap.PanicLevel
7 uses
go.uber.org/zap (current package)
global.go#L153: case PanicLevel:
level.go#L46: PanicLevel = zapcore.PanicLevel
logger.go#L283: if ce := log.check(PanicLevel, msg); ce != nil {
sugar.go#L159: s.log(PanicLevel, "", args, nil)
sugar.go#L202: s.log(PanicLevel, template, args, nil)
sugar.go#L249: s.log(PanicLevel, msg, nil, keysAndValues)
sugar.go#L292: s.logln(PanicLevel, 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. |