mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-02 11:00:41 +00:00
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if _DEBUG
|
||||
#ifdef _DEBUG
|
||||
#define _dbg_assert_(_t_, _a_) \
|
||||
if (!(_a_)) {\
|
||||
LOG_CRITICAL(_t_, "Error...\n\n Line: %d\n File: %s\n Time: %s\n\nIgnore and continue?", \
|
||||
|
||||
Reference in New Issue
Block a user