String returns the string representation of the underlying Level.
()
| 125 | |
| 126 | // String returns the string representation of the underlying Level. |
| 127 | func (lvl AtomicLevel) String() string { |
| 128 | return lvl.Level().String() |
| 129 | } |
| 130 | |
| 131 | // UnmarshalText unmarshals the text to an AtomicLevel. It uses the same text |
| 132 | // representations as the static zapcore.Levels ("debug", "info", "warn", |