「Cpp」の版間の差分
提供: 初心者エンジニアの簡易メモ
| 行1: | 行1: | ||
| − | + | ||
==logとか== | ==logとか== | ||
| + | <pre> | ||
if (l->os() == "android") { | if (l->os() == "android") { | ||
LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1"); | LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1"); | ||
} | } | ||
| + | </pre> | ||
==ビルド== | ==ビルド== | ||
make | make | ||
| 行9: | 行11: | ||
===キャッシュクリアしてからビルド=== | ===キャッシュクリアしてからビルド=== | ||
make gencode | make gencode | ||
| − | |||
2019年3月15日 (金) 16:59時点における版
logとか
if (l->os() == "android") {
LogManager::instance().errlog(spdlog::level::debug, "os: {0}", "1");
}
ビルド
make
キャッシュクリアしてからビルド
make gencode
