|
Logger v1.0.0
Custom cli console for creating commands executable at runtime
|
A simple logging library utilising multithreading to avoid stopping the main thread's work.
Clone from github:
Add to your project in CMake:
Each of the examples assumes the following header is included
Setting the log level to only display error messages
Printing a log of default level info
Printing a log of level error
An example of all three code fragments can be found at Example
Contributions, bug reports, and suggestions are welcome.
Before submitting a pull request, please ensure that the project builds successfully
This project is licensed under the MIT License. See LICENSE for details.