This repository has been archived by the owner on Feb 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
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.
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);
- バナー型広告
- アイコン型広告
- インタースティシャル広告
- ネイティブ広告
- ネイティブ広告V2
- 複数広告を同時に表示する例
- インタースティシャル広告を表示する例
- フルボード広告
- 動画リワード広告
- 動画インタースティシャル広告
- NendModule の内容
- NendIconModule の内容
- NendInterstitialModule の内容
- EventDispatcher による通知(任意)
- 定期ロードの中断と再開
- ネイティブ広告用クラスの内容
- Banner Ad
- Icon Ad
- Interstitial Ad
- Displaying Multiple Ads
- Example of Displaying Interstitial Ad
- Native Ad
- Native Ad V2
- Fullscreen Ad
- RewardedVideo Ad
- InterstitialVideo Ad