Go to file
Hendrik Schutter f14919ed5d changed to singelton 2020-09-07 15:31:09 +02:00
LICENSE Initial commit 2018-10-16 23:13:12 +02:00
MainExample.cpp changed to singelton 2020-09-07 15:31:09 +02:00
README.md changed to singelton 2020-09-07 15:31:09 +02:00
logger.cpp changed to singelton 2020-09-07 15:31:09 +02:00
logger.h changed to singelton 2020-09-07 15:31:09 +02:00
myTest changed to singelton 2020-09-07 15:31:09 +02:00
test.txt changed to singelton 2020-09-07 15:31:09 +02:00

README.md

cppSimpleLogger

build example

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