cocos2dx 3.4如何输出Log到logcat?

请教 cocos2dx 3.4如何输出Log到logcat?:13:

3.4没用过,3.2的话用log(“Hello”)就行,具体可参考C的输出格式
ps:还有两个宏是CCLog跟CCLOG,CCLOG在android上无法logcat,CCLog可以(内部其实用的是log)。