|
AWS IoT Device SDK C:
Logging
Generate and print log messages
|
| Return to main page ↑ |
| Configuration | Configuration settings of the logging library |
| Constants | Defined constants of the logging library |
| ▼Functions | Functions of the logging library |
| IotLog | Logging function for a specific library. In most cases, this is the logging function to call. |
| IotLog_PrintBuffer | Log the contents of buffer as bytes. Only available when LIBRARY_LOG_LEVEL is IOT_LOG_DEBUG. |
| IotLog_Generic | Generic logging function that prints a single message. |
| IotLog_PrintBuffer | Log the contents of buffer as bytes. Only available when LIBRARY_LOG_LEVEL is IOT_LOG_DEBUG. |