facebook twitter hatena line email

Cocos2dx/Log

提供: 初心者エンジニアの簡易メモ
2017年2月21日 (火) 17:28時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

サンプル

log("hoge");
int hoge = 1;
log("%i", hoge);
const char *str = "hogestr";
log("%s", str);

android studioで確認した場合

02-20 16:59:52.260 18958-18981/com.example.helloworld D/cocos2d-x debug info: hoge