AWS IoT demonstration using the Avnet Shield (AT&T LTE) and the FRDM-K64F target board.

Dependencies:   K64F_FATFileSystem

Fork of mbed-os-example-tls-tls-client by mbed-os-examples

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.