MtnLog library

< Back

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:

Adding the library into your project

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.

Platform compatibility

MtnLog runs perfectly fine on Windows, Linux, Haiku and BSD. It should also work fine on MacOS.

Compiler compatibility

MtnLog tries to have support for many compilers. The library is known to work on:

It has not, however, been tested with Microsoft's MSVC (Visual C++).

Documentation

MtnLog has documentation powered by Doxygen. You can either build the docs locally on your computer, or view documentation online.

Source code

Source code for MtnLog can be found on GitHub.