Home
last modified time | relevance | path

Searched full:debug (Results 1 – 5 of 5) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/unit-test/logging/
Dlogging_stack.h107 …#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…
Dlogging_levels.h74 * @brief Detailed and excessive debug information.
76 * Debug log messages are used to provide the
/CoreMQTT-Agent-v1.1.0/test/unit-test/config/
Dcore_mqtt_config.h221 * @brief Macro that is called in the MQTT library for logging "Debug" level
224 * To enable debug level logging from MQTT library, this macro should be mapped to the
225 * 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
/CoreMQTT-Agent-v1.1.0/.github/workflows/
Dci.yml23 -DCMAKE_BUILD_TYPE=Debug \
Drelease.yml105 -DCMAKE_BUILD_TYPE=Debug \