nRF5 IoT SDK v0.9.0
Macros

Macros

#define FILE_TRC(...)
 
#define FILE_ERR(...)
 
#define FILE_DUMP(...)
 

Detailed Description

Macros used for creating module logs which can be useful in understanding handling of events or actions on API requests. These are intended for debugging purposes and can be enabled by defining the IOT_FILE_ENABLE_LOGS.

Note
That if ENABLE_DEBUG_LOG_SUPPORT is disabled, having IOT_FILE_ENABLE_LOGS has no effect.

Macro Definition Documentation

#define FILE_DUMP (   ...)

Diasbles dumping of octet streams.

#define FILE_ERR (   ...)

Diasbles error logs.

#define FILE_TRC (   ...)

Diasbles detailed logs.


This document was last updated on Tue Dec 1 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.