makiolo / teelogging

simple logging simultaneous to file and screen using basic macros LOGI, LOGD, LOGV, LOGW, LOG and LOGF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teelogging npm version

logging to file and screen using basic macros LOGI, LOGD, LOGV, LOGW, LOG and LOGF

Coverage: codecov

gcc 4.9 / clang 3.6: Build Status

MSVC 2015: Build status

basic use

#include <teelogging/teelogging.h>

...
{
  LOGI("info level");
  int n = 10;
  LOGE("error %d with printf style", n);
}
´´´

About

simple logging simultaneous to file and screen using basic macros LOGI, LOGD, LOGV, LOGW, LOG and LOGF

License:MIT License


Languages

Language:C++ 76.9%Language:Python 10.9%Language:Dockerfile 5.5%Language:Shell 4.8%Language:CMake 1.8%