Discard log macros and provide my own MacroMetadata? #396
Unanswered
kristenmwegner
asked this question in
Q&A
Replies: 1 comment
-
|
Creating a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like this library, but I have a situation in which I cannot use the predefined logging macros as they are. I need to construct my own quill::MacroMetadata elsewhere, on my own terms, and provide it at the time of the log() call. Unfortunately, in the current implementation the metadata are obtained at compile-time through the log method template argument, so there is no way to do this without writing a completely new log() method. Any suggestions about how to approach this?
Beta Was this translation helpful? Give feedback.
All reactions