mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added ace specific logging methods
This commit is contained in:
parent
d636b4b5c7
commit
da97472600
@ -97,5 +97,9 @@
|
||||
// Time functions for accuracy per frame
|
||||
#define ACE_tickTime (ACE_time + (diag_tickTime - ACE_diagTime))
|
||||
|
||||
#define ACE_LOG(module,level,message) diag_log text format [QUOTE([ACE] (%1) %2: %3), module, level, message];
|
||||
#define ACE_LOGERROR(message) ACE_LOG(QUOTE(COMPONENT),"ERROR",message)
|
||||
#define ACE_LOGWARNING(message) ACE_LOG(QUOTE(COMPONENT),"WARNING",message)
|
||||
#define ACE_LOGINFO(message) ACE_LOG(QUOTE(COMPONENT),"INFO",message)
|
||||
|
||||
#include "script_debug.hpp"
|
||||
#include "script_debug.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user