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#L123: if err := l.UnmarshalText([]byte(lvl)); err != nil {
level.go#L140: if err := l.UnmarshalText(text); err != 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. |