const go.uber.org/zap.WarnLevel
8 uses
go.uber.org/zap (current package)
config.go#L277: stackLevel = WarnLevel
global.go#L147: case WarnLevel:
level.go#L38: WarnLevel = zapcore.WarnLevel
logger.go#L253: if ce := log.check(WarnLevel, msg); ce != nil {
sugar.go#L140: s.log(WarnLevel, "", args, nil)
sugar.go#L183: s.log(WarnLevel, template, args, nil)
sugar.go#L230: s.log(WarnLevel, msg, nil, keysAndValues)
sugar.go#L273: s.logln(WarnLevel, 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. |