You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
LICENSE | 4 years ago | |
MainExample.cpp | 2 years ago | |
README.md | 2 years ago | |
logger.cpp | 2 years ago | |
logger.h | 2 years ago | |
myTest | 2 years ago | |
test.txt | 2 years ago |
README.md
cppSimpleLogger
build example
rm -f test.txt && clear && g++ -Wall logger.cpp MainExample.cpp -o myTest && ./myTest