V.06 11/3

Dependencies:   FT6206 SDFileSystem SPI_TFT_ILI9341 TFT_fonts

Fork of ATT_AWS_IoT_demo by attiot

Embed: (wiki syntax)

« Back to documentation index

aws_iot_log.h File Reference

aws_iot_log.h File Reference

Logging macros for the SDK. More...

Go to the source code of this file.


Detailed Description

Logging macros for the SDK.

This file defines common logging macros with log levels to be used within the SDK. These macros can also be used in the IoT application code as a common way to output logs. The log levels can be tuned by modifying the makefile. Removing (commenting out) the IOT_* statement in the makefile disables that log level.

It is expected that the macros below will be modified or replaced when porting to specific hardware platforms as printf may not be the desired behavior.

Definition in file aws_iot_log.h.