log interactive commands as well

This commit is contained in:
Philippe Teuwen 2019-09-09 21:30:25 +02:00
commit e10085bfe8
4 changed files with 23 additions and 16 deletions

View file

@ -29,7 +29,7 @@
// global client debug variable
uint8_t g_debugMode = 0;
// global client disable logging variable
bool g_disableLogging = false;
uint8_t g_printAndLog = PRINTANDLOG_PRINT | PRINTANDLOG_LOG;
#ifdef _WIN32
#include <windows.h>