const go.uber.org/zap.InfoLevel
10 uses
go.uber.org/zap (current package)
config.go#L159: Level: NewAtomicLevelAt(InfoLevel),
global.go#L103: f, err := redirectStdLogAt(l, InfoLevel)
global.go#L145: case InfoLevel:
level.go#L35: InfoLevel = zapcore.InfoLevel
level.go#L81: lvl.l.Store(int32(InfoLevel))
logger.go#L245: if ce := log.check(InfoLevel, msg); ce != nil {
sugar.go#L134: s.log(InfoLevel, "", args, nil)
sugar.go#L177: s.log(InfoLevel, template, args, nil)
sugar.go#L224: s.log(InfoLevel, msg, nil, keysAndValues)
sugar.go#L267: s.logln(InfoLevel, 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. |