This directory contains the source code of Yaplog library.
The YapLog library is a free software. See COPYING file for copying permission.
It provides a basic logger functionnality for C++ application. See files in samples folder for example on how to use it.
To compile and install the library, simply run the following commands:
./autogen.sh
./configure
make
make check # (optional)
make doc # (generate documentation)
sudo make install