Logger, the C++ library and utility by Red Elf.
The logging library for integration into your C++ project codebase and the logging utility application.
Clone project with the following command:
mkdir Logger && cd Logger && \
git clone --recurse-submodules [email protected]:red-elf/Logger.git .
Execute the following script from the root of the project:
sh Installable/install.sh
Tbd.