spdlog output to Serial #3218
kowalski100
started this conversation in
General
Replies: 2 comments 3 replies
-
Implementing a custom sink for this seems like a good option. Should be straight forward |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes. See the docs on how to implement a custom sink (to send the log to a serial port). |
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.
-
Hi,
I was exploring to use the spdlog library on some baremetal firmware without OS. Is it possible to use/redirect spdlog to serial port?
Our C++ version cannot go beyond C++11 due to low level requirements.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions