Welcome
What is KLog?
Klog is a minimal log system. During years, I googled log 4 c++ and I found a lot of solution, But not small and simple as I want.
How to install?
Firts you need to download the file here
The compress file have 2 files KLog.h and KLog.cpp. You just need to include those files in your project
That is all...
How to work?
Just include the include file as a normal and simple include as:

Note: This will log the message in the stdout
How to configure a file ouput?
If you need to store the message in a file you just need to configure the KLOG as:
Note: This will create the default file ouput.log in the root of the project
If you need to change the output file name you need to do

What are the log levels?
Here are all the log levels
FINAL Note: No more configurations are availables :D
I hope this project work for you as work for me