1.0.1 • Published 8 years ago
teelogging 
logging to file and screen using basic macros LOGI, LOGD, LOGV, LOGW, LOG and LOGF
Coverage: 
gcc 4.9 / clang 3.6: 
MSVC 2015: 
basic use
#include <teelogging/teelogging.h>
...
{
LOGI("info level");
int n = 10;
LOGE("error %d with printf style", n);
}
´´´