Added threaded extools logging as an alternative to rust_g logging.

This commit is contained in:
Putnam
2020-08-31 19:56:49 -07:00
parent 5bcae6431b
commit 2f3edb4491
8 changed files with 107 additions and 3 deletions
+5
View File
@@ -11,6 +11,11 @@ GLOBAL_LIST(topic_status_cache)
/world/New()
if (fexists(EXTOOLS))
call(EXTOOLS, "maptick_initialize")()
#ifdef EXTOOLS_LOGGING
call(EXTOOLS, "init_logging")()
else
CRASH("[EXTOOLS] does not exist!")
#endif
enable_debugger()
#ifdef REFERENCE_TRACKING
enable_reference_tracking()