Hello,
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.
[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