Searched full:debug (Results 1 – 5 of 5) sorted by relevance
107 …#define LogDebug( message ) SdkLog( ( "[DEBUG] "LOG_METADATA_FORMAT, LOG_METADATA_ARGS ) ); Sdk…145 * @brief Definition of logging interface macro that logs messages at the "Debug"146 * level, when debug level logging is enabled.151 …#define LogDebug( message ) SdkLog( ( "[DEBUG] "LOG_METADATA_FORMAT, LOG_METADATA_ARGS ) ); Sdk…
74 * @brief Detailed and excessive debug information.76 * Debug log messages are used to provide the
221 * @brief Macro that is called in the MQTT library for logging "Debug" level224 * To enable debug level logging from MQTT library, this macro should be mapped to the225 * application-specific logging implementation that supports debug logging.233 * <b>Default value</b>: Debug logging is turned off, and no code is generated for calls
23 -DCMAKE_BUILD_TYPE=Debug \
105 -DCMAKE_BUILD_TYPE=Debug \