mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
A great purge of obsolete macros.
--HG-- branch : trunk
This commit is contained in:
@@ -179,10 +179,10 @@ class Log : public Trinity::Singleton<Log, Trinity::ClassLevelLockable<Log, ACE_
|
||||
#endif
|
||||
|
||||
// primary for script library
|
||||
void TRINITY_DLL_SPEC outstring_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void TRINITY_DLL_SPEC detail_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void TRINITY_DLL_SPEC debug_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void TRINITY_DLL_SPEC error_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void TRINITY_DLL_SPEC error_db_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void outstring_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void detail_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void debug_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void error_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
void error_db_log(const char * str, ...) ATTR_PRINTF(1,2);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user