Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Logs Output

fan-t-kinami edited this page Nov 19, 2018 · 1 revision

You can control log output on nend by using the NendLogger class.

Log level

By setting the log level, you can control the type of output log.
Log level settings are below:

Level Details Note
DEBUG Output Debug info to Log
INFO Output info to Log Output about succeed process, result, etc.
WARN Output warning to Log No images or invalid parameter, etc.
ERROR Output error to log Output about failed process, result, etc.
OFF You cannot output to log Default
#include "NendLogger.h"

...

NendLogger::setLogLevel(NendLoggerLogLevel::WARN);

日本語

nendSDK Cocos2d-x module について

モジュールの組み込み

広告の表示

nendSDK Cocos2d-x moduleの内容

ログ出力

導入サポート


English

About nendSDK Cocos2d-x module

Integration

Display Ads

The Contents of nendSDK Cocos2d-x module

Logs Output

Supports

Clone this wiki locally