go.uber.org/zap/zapcore.Level.String (method, view implemented interface methods)
7 uses
go.uber.org/zap/zapcore (current package)
encoder.go#L45: enc.AppendString(l.String())
encoder.go#L53: s = _unknownLevelColor.Add(l.String())
json_encoder.go#L372: final.AppendString(ent.Level.String())
level.go#L113: func (l Level) String() string {
level.go#L161: return []byte(l.String()), nil
level_strings.go#L43: _levelToLowercaseColorString[level] = color.Add(level.String())
go.uber.org/zap
level.go#L128: return lvl.Level().String()
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. |