log("hoge"); int hoge = 1; log("%i", hoge); const char *str = "hogestr"; log("%s", str);
02-20 16:59:52.260 18958-18981/com.example.helloworld D/cocos2d-x debug info: hoge