Go to file
2020-09-04 23:57:32 +02:00
LICENSE Initial commit 2018-10-16 23:13:12 +02:00
logger.cpp added multithreding and milliseconds 2020-09-04 23:57:32 +02:00
logger.h added multithreding and milliseconds 2020-09-04 23:57:32 +02:00
MainExample.cpp added multithreding and milliseconds 2020-09-04 23:57:32 +02:00
README.md added multithreding and milliseconds 2020-09-04 23:57:32 +02:00

cppSimpleLogger

build example

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