teelogging

1.0.1 • Public • Published

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);
}
´´´

Readme

Keywords

Package Sidebar

Install

npm i teelogging

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • makiolo