go.uber.org/zap.AtomicLevel.Level (method, view implemented interface methods)
6 uses
go.uber.org/zap (current package)
http_handler.go#L90: return enc.Encode(payload{Level: lvl.Level()})
http_handler.go#L99: return enc.Encode(payload{Level: lvl.Level()})
level.go#L113: return lvl.Level().Enabled(l)
level.go#L117: func (lvl AtomicLevel) Level() zapcore.Level {
level.go#L128: return lvl.Level().String()
level.go#L152: return lvl.Level().MarshalText()
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. |