bvernoux / logtools

Simple console/file logging library used across many of my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logtools

Tiny console/file logging library used across many of my projects.

Originally developed for openfpga and now moved to a separate repo for easier re-use. Re-licensed from LGPL to 3-clause BSD with the consent of all developers.

This project is not intended to be compiled and installed by itself since it's so simple; it's normally pulled into a larger project as a Git submodule and then built by that project's build system.

A simple leaf CMakeLists.txt is provided to ease integration with parent projects.

About

Simple console/file logging library used across many of my projects.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 98.8%Language:CMake 1.2%