Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 174 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 174 Bytes

util-logger

Logger library with three different logging levels (debug, info and error). See the example for usage.

 cxx -I include/ src/test.cc -std=c++14 -DDEBUG