为了更好的调试Log,优化CCLOG格式

path: cocos2dx/platform/CCPlatformMacros.h

 

line 218:

#define CCLOGERROR(format,...)  cocos2d::CCLog("[error]"format, ##__VA_ARGS__)

 

line 224:

#define CCLOGERROR(format,...)  cocos2d::CCLog("[error]"format, ##__VA_ARGS__)
#define CCLOGINFO(format,...)   cocos2d::CCLog("[info]"format, ##__VA_ARGS__)

 

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2021-12-04
  • 2021-07-16
  • 2021-08-20
  • 2021-04-14
  • 2021-07-25
  • 2022-12-23
猜你喜欢
  • 2022-01-26
  • 2022-01-10
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案