Skip to content

Compile-time pattern parsing #17

@ChristianPanov

Description

@ChristianPanov

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

Metadata

Metadata

Labels

featureNew feature or requestinvalidThis doesn't seem rightwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions