fix: revert removal of LevelFromString to avoid breaking change#174
fix: revert removal of LevelFromString to avoid breaking change#174
Conversation
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
| // LogLevel. | ||
| // | ||
| // This function is maintained for v1 compatibility only and will be removed in a | ||
| // future version. New code should use Parse instead. |
There was a problem hiding this comment.
I didn't really want to trigger linters by using Deprecated: here
Ref: #165
Ref: #172