Home
last modified time | relevance | path

Searched full:log_debug (Results 1 – 3 of 3) sorted by relevance

/CoreMQTT-Agent-v1.1.0/test/unit-test/logging/
Dlogging_levels.h46 * of #LOG_ERROR, #LOG_WARN, #LOG_INFO or #LOG_DEBUG.
58 * of #LOG_WARN, #LOG_INFO or #LOG_DEBUG.
69 * of #LOG_INFO or #LOG_DEBUG.
82 * #LOG_DEBUG.
84 #define LOG_DEBUG 4 macro
93 * The logging verbosity levels are one of #LOG_DEBUG, #LOG_INFO, #LOG_WARN,
96 * - With level #LOG_DEBUG, all log messages will print.
97 * - With level #LOG_INFO, all log messages, except level #LOG_DEBUG, will print.
Dlogging_stack.h98 ( LIBRARY_LOG_LEVEL != LOG_DEBUG ) \
100 … "Please define LIBRARY_LOG_LEVEL as either LOG_NONE, LOG_ERROR, LOG_WARN, LOG_INFO, or LOG_DEBUG."
102 #if LIBRARY_LOG_LEVEL == LOG_DEBUG
138 …LEVEL != LOG_WARN ) && ( LIBRARY_LOG_LEVEL != LOG_INFO ) && ( LIBRARY_LOG_LEVEL != LOG_DEBUG ) ) */
148 * This macro is only enabled for #LOG_DEBUG level configuration in this
157 * This macro is only enabled for #LOG_DEBUG and #LOG_INFO level configurations
166 * This macro is only enabled for #LOG_DEBUG, #LOG_INFO and #LOG_WARN level
/CoreMQTT-Agent-v1.1.0/.github/workflows/
Dci.yml25 -DCMAKE_C_FLAGS='--coverage -Wall -Wextra -Werror -DNDEBUG -DLIBRARY_LOG_LEVEL=LOG_DEBUG'