go.uber.org/zap/zapcore.Level.UnmarshalText (method, view implemented interface methods)
5 uses
go.uber.org/zap/zapcore (current package)
level.go#L71: err := level.UnmarshalText([]byte(text))
level.go#L170: func (l *Level) UnmarshalText(text []byte) error {
level.go#L204: return l.UnmarshalText([]byte(s))
go.uber.org/zap
http_handler.go#L115: if err := l.UnmarshalText([]byte(lvl)); err != nil {
level.go#L139: if err := l.UnmarshalText(text); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)