Replies: 1 comment
-
You can use ringbuffer_sink. |
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
-
Is there a memory logger that would allow me to progmatically iterate the logs written to it?
What I'd like to do is create the memory logger (almost) immediately after the app starts, then once the app has loaded its config (and hence it's logging settings) I'd like to write the previously written logs to a file/whatever per the configuration, and then remove the memory logger.
Any thoughts on how I could do this? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions