-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
featureNew feature or requestNew feature or requestinvalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on
Description
Since the formatting patterns are always literals, thus are known at compile-time, it will be beneficial to reimplement the pattern parsing to happen at compile-time through metaprogramming
EDIT: It will be impossible to implement compile-time pattern parsing because of the logger's runtime polymorphic nature. Even if constexpr parsing functions are implemented, they will be called from functions that cannot be compile-time, and thus these functions will not be called at compile-time themselves
gugananadev
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestinvalidThis doesn't seem rightThis doesn't seem rightwontfixThis will not be worked onThis will not be worked on