Skip to content

yapbreak/libyaplog

Repository files navigation

pipeline status coverage report

Purpose

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.

Installation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published