/livelogging-cpp

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

Primary LanguageC++MIT LicenseMIT

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.