Basic data capture works

This commit is contained in:
akuker
2020-07-18 13:34:29 -05:00
parent 3fb3ee7d7f
commit efa01e1e10
5 changed files with 551 additions and 206 deletions

View File

@@ -12,6 +12,10 @@
#if !defined(log_h)
#define log_h
#define LOGINFO(...) \
do{char buf[256]; snprintf(buf, 256,__VA_ARGS__); spdlog::info(buf);}while(0)
//===========================================================================
//
// ログ