Searched refs:ELogE (Results 1 – 1 of 1) sorted by relevance
33 ELogE = 4 enumerator55 #define LOGE(x...) do { Log::Instance()->printf(Log::ELogE, x); \56 Log::Instance()->printf(Log::ELogE, " file %s line %d", __FILE__, __LINE__); } while(0)62 #define MSG(x...) do { Log::Instance()->printf(Log::ELogE, x); } while(0)64 #define ASSERT(cond) if(!(cond)) { Log::Instance()->printf(Log::ELogE, \