-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Possibility to delete Backtrace Start and Backtrace End #2774
Comments
Duplicate #1623 Use ringbuffer_sink instead. |
I Don't think that this is a duplicate:
Everything of this can be done with backtrace so the only problem is the start and end message |
If compatibility is not broken, please submit PR. |
PR was rejected by gabime. Thus, the problem still exists. Is there another solution for this? |
spdlog does not provide. Both backtracer and ringbuffer_sink use
Wiki: https://github.com/gabime/spdlog/wiki/4.-Sinks#implementing-your-own-sink |
Hi,
is there a possibility to delete Backtrace Start and End message?
If not: Is there another possibility to buffer/store some debug messages and only dump them, when a condition is true?
The text was updated successfully, but these errors were encountered: