Does SPD logger supports logging to same file from different processes and is logging in this case synchronized? #2275
Unanswered
mushtaqk07
asked this question in
Q&A
Replies: 1 comment
-
spdlog does not support multi-process behavior. There is unofficial multi-process support: #937 (comment) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I see spd logger being used in one process context.
I have a requirement to log traces to HW access from multiple processes, in this can I use spd logger to log to file from multiple processes.
Beta Was this translation helpful? Give feedback.
All reactions