问题描述
我在寻找一个高性能的日志库,我将在嵌入式设备上使用。
I am looking for a high performance logging library that I will use on an embedded device.
我还想说我以前使用过日志库,它提供了一种有效的传输信息的方法。
I also want to say that I previously used PaulBunyan logging library which provided an efficient method for transferring information.
[通过高效我意味着它有一个解决方案,只通过 __ LINE __
和 __ FILE __
低速接口(例如SERIAL) - 当然a __ LINE __
__ FILE __
映射以前是通过扫描代码进行的]。
[By efficient I meant it had a solution for transferring only the __LINE__
and __FILE__
when sending data through a low speed interface (SERIAL for example) - of course a __LINE__
__FILE__
mapping was previously made by scanning the code].
您知道这样的解决方案或至少是类似的解决方案吗?
Do you know such solutions or at least similar ones?
先感谢任何指针/类似解决方案,
Thanks in advance for any pointers/similar solutions,
Iulian
推荐答案
开放替代方案。
这篇关于用于嵌入式应用的高性能记录库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!