# cppSimpleLogger ## build example rm -f test.txt && clear && g++ -Wall logger.cpp MainExample.cpp -o myTest && ./myTest