Replies: 1 comment 2 replies
-
May I know the real use case for explicit rotating sinks? AFAIK, C++ spdlog doesn't support this either. And considering that a |
Beta Was this translation helpful? Give feedback.
2 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 have a rotating sink by size:
I flush the logger when needed using fn flush.
I need to rotate the log file, but I found the fn rotate to be private.
How can I rotate my log file when needed?
Beta Was this translation helpful? Give feedback.
All reactions