Replies: 1 comment
-
No, STL strongly dependent. |
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
-
I'm looking for a lightweight, fast, and thread-safe logger which for an embedded device. I see that spdlog uses Standard Template Library which is something I want to avoid for now. However if spdlog doesn't heavily rely on STL I would consider trying it out. Note that I'm not knowledgable about STL, I'm just wary of it since my hardware specs are limited. So, generally I would ask whether spdlog logger heavily relies on STL or/and is spdlog applicable for use on embedded devices as well?
Beta Was this translation helpful? Give feedback.
All reactions