Level reports the minimum enabled level for this logger. For NopLoggers, this is [zapcore.InvalidLevel].
()
| 134 | // |
| 135 | // For NopLoggers, this is [zapcore.InvalidLevel]. |
| 136 | func (s *SugaredLogger) Level() zapcore.Level { |
| 137 | return zapcore.LevelOf(s.base.core) |
| 138 | } |
| 139 | |
| 140 | // Log logs the provided arguments at provided level. |
| 141 | // Spaces are added between arguments when neither is a string. |