Add "command" debug category to log commands

This commit is contained in:
Jonathan G Rennison
2023-05-23 21:28:01 +01:00
parent 8bb23e07ba
commit a25e674f06
3 changed files with 33 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ int _debug_yapfdesync_level;
int _debug_console_level;
int _debug_linkgraph_level;
int _debug_sound_level;
int _debug_command_level;
#ifdef RANDOM_DEBUG
int _debug_random_level;
int _debug_statecsum_level;
@@ -102,6 +103,7 @@ struct DebugLevel {
DEBUG_LEVEL(console),
DEBUG_LEVEL(linkgraph),
DEBUG_LEVEL(sound),
DEBUG_LEVEL(command),
#ifdef RANDOM_DEBUG
DEBUG_LEVEL(random),
DEBUG_LEVEL(statecsum),