MtnLog is a simple logging library written in C. I originally created it for DS-Craft, but then decided to separate them so that MtnLog can be reused in other projects.
The library features:
The library is only distributed as source code, so you can just copy the source and header files into your project and use the library like that. Or, if you use Git, then you can add the library as a submodule.
MtnLog runs perfectly fine on Windows, Linux, Haiku and BSD. It should also work fine on MacOS.
MtnLog tries to have support for many compilers. The library is known to work on:
MtnLog has documentation powered by Doxygen. You can either build the docs locally on your computer, or view documentation online.