|
clogger
Version 2.1.1
API Reference for clogger
|
A lightweight functional logging library written in C
For clarification, it's pronounced "C logger".
All the tools you need are contained within a single header: clogger.h. Just include it in your C/C++ project and call the standard clog_message function, which takes a location (typically the function name) and a message as parameters.
The message parameter supports C style formatted strings like a standard printf() would.
For guides on usage, examples and compiling, please refer to the clogger wiki
For the detailed API reference, please visit rs-clogger.readthedocs.io
Using jothepro/doxygen-awesome-css as theme for API Reference, generated using Doxygen.