d08ble / livelogging-cpp

Header only C++ library for structured live logging. Use LiveComment for view logs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

livelogging-cpp

Header only C++ library for structured live logging. Use LiveComment for view logs.

#include "livelog.h"

LiveLog *llog = new LiveLog("llogs/llog.sh");

llog->log(L"Section/Name", "Hello world");
llog->flush();

License

Code released under the MIT licence.

About

Header only C++ library for structured live logging. Use LiveComment for view logs.

License:MIT License


Languages

Language:C++ 100.0%