mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
committed by
Lars Toenning
parent
5e5b3f830d
commit
7691e42a5b
@@ -40,8 +40,8 @@ namespace XSwiftBus
|
||||
};
|
||||
}
|
||||
|
||||
//! Logger convenience macros
|
||||
//! @{
|
||||
//! Logger convenience macros
|
||||
// *INDENT-OFF*
|
||||
#define DEBUG_LOG(msg) (XSwiftBus::Logger::print(__FILE__, __LINE__, XSwiftBus::Logger::DebugMsg, (msg)))
|
||||
#define DEBUG_LOG_C(msg, doLog) ((doLog) ? XSwiftBus::Logger::print(__FILE__, __LINE__, XSwiftBus::Logger::DebugMsg, (msg)) : static_cast<void>(0))
|
||||
|
||||
Reference in New Issue
Block a user