What are the C logging API's out there? Some of them I found are
- log4c
- pantheios
- lwl
Is anyone aware of other loggers.
Thanks.
What are the C logging API's out there? Some of them I found are
Is anyone aware of other loggers.
Thanks.
With log4c you should have one good logging API.
Why do you need more?
A description can be found here.
I did some digging and found that it was the autoconf and rpl_malloc issue. the rpl_malloc was giving a segfault. I fixed it.
How did you solve it?