cppSimpleLogger/README.md

105 B

cppSimpleLogger

build example

clear && g++ -Wall logger.cpp MainExample.cpp -o myTest && ./myTest