const go.uber.org/zap.ErrorLevel
8 uses
go.uber.org/zap (current package)
config.go#L275: stackLevel := ErrorLevel
global.go#L149: case ErrorLevel:
level.go#L41: ErrorLevel = zapcore.ErrorLevel
logger.go#L261: if ce := log.check(ErrorLevel, msg); ce != nil {
sugar.go#L146: s.log(ErrorLevel, "", args, nil)
sugar.go#L189: s.log(ErrorLevel, template, args, nil)
sugar.go#L236: s.log(ErrorLevel, msg, nil, keysAndValues)
sugar.go#L279: s.logln(ErrorLevel, 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. |