c-logger
https://github.com/standardloop/c-logger
About
c-logger is a small logger dynamic library.
Right now, it is essentially a wrapper around fprintf.
I use it for many of my projects.
It supports:
JSONlogs or Normal Logs- Add a date to the log.
- Log levels
TRACEDEBUGINFOWARNERRORFATAL- Color Output