apex / log

Structured logging package for Go.
MIT License
1.36k stars 110 forks source link

allow users to create Levels directly from integers #94

Open paulangton opened 3 years ago

paulangton commented 3 years ago

If users want to create a log.Level directly from an integer they need to wait for log.SetLevel to fail or write their own checks for whether a log level integer is valid. Instead we could provide FromInt to do this work upstream where it has access to package-private levelStrings and levelNames