mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 05:11:15 -05:00
Basic data capture works
This commit is contained in:
@@ -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)
|
||||
|
||||
//===========================================================================
|
||||
//
|
||||
// ログ
|
||||
|
||||
Reference in New Issue
Block a user