Replies: 1 comment
-
#1598 |
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
-
I am trying to use
spdlog
like this:With this I do see messages in windows event log that are emitted from my code. However, I am not seeing any messages emitted by the libraries that my application is using. E.g., if there is a statement like this in a library that my application is using:
I do not see it in the event log. What gives? How can I fix this?
Debugging the code I found that in the library code
spdlog
has level set to 2 (Info) mysteriously and it seems to be using a different sink as well:this seems like a bug to me.
Beta Was this translation helpful? Give feedback.
All reactions