CppLogger is an open-source cross-platform C++ lightweight library written and maintained by
Florian Lopitaux.
The purpose is to display beautiful messages of logging in your console or in an
output file with a debug level system to manage the display of debug traces
for programs.
CppLogger is a free library under the GNU General Public License version
3.0 (GPLv3).
This means that you can use the CppLogger in your own project, redistribute
it and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation.
A release package
is available to get the library in the version of your choice.
An installation guide is provided in the release package to help you.
A wiki of the library is available. It lists all proposed features and understand how use the library.
- Developed by : Florian Lopitaux
- Creation Date : May 2023
- Latest version : 1.1
- Operating Systems : Windows, Linux, Mac
- Programming Language : C++