Level.String panics if Level == InvalidLevel
Ouverte
- Langage dominant
- Go
- Étoiles
- 1.4k
- Forks
- 110
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
hi,
the method `LeveL.String` panics when `Level==InvalidLevel`.
https://github.com/apex/log/blob/master/levels.go#L44
https://github.com/apex/log/blob/master/levels.go#L17
I suggest to add a statement before the slice access so that this pseudo value does not appear in the `levelNames` / `levelStrings` variables.
It could return an empty string or something like `invalid`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.