Add support for String Literal Unions in addition to enums for Lumberjack Levels #192
Labels
enhancement
New feature or request
lumberjack
Applies to issues of the Lumberjack project.
v17
This issue will be solve as part of the Lumberjack version 17
Milestone
What is the motivation/use case for changing the behavior?
We want to remove TypeScript Enums and replace them with TypeScript string literal unions.
Describe the solution you'd like
Describe alternatives you've considered
Replace the enums in one movement without deprecation. This might be necessary if supporting enums and string literal unions becomes too complex.
Additional context
#188
The text was updated successfully, but these errors were encountered: