We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Currently it's not supported. But you can register log handler callback to handle it yourself.
Sorry, something went wrong.
I believe I will need to do that in background thread. Please share an example for writing in 2 different files .
The registered callback is indeed called in background thread. You can refer to logcb in https://github.com/MengRao/fmtlog/blob/main/test/log_test.cc, which simply prints the log msg to stdout.
logcb
Thanks. I will give this a try. It will be great if we can add this feature.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: