Home
last modified time | relevance | path

Searched refs:LOG_CONF_LEVEL_COAP (Results 1 – 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_debug.h255 #ifndef LOG_CONF_LEVEL_COAP
256 #define LOG_CONF_LEVEL_COAP 0 /* = LOG_LEVEL_NONE */ macro
262 if (LOG_CONF_LEVEL_COAP && \
/third_party/libcoap/examples/contiki/
Dproject-conf.h5 #define LOG_CONF_LEVEL_COAP 5 macro
/third_party/libcoap/src/
Dcoap_debug.c48 # ifndef LOG_CONF_LEVEL_COAP
49 # define LOG_CONF_LEVEL_COAP 2 /* = LOG_LEVEL_WARN */ macro
51 static coap_log_t maxlog = LOG_CONF_LEVEL_COAP == 0 ? /* = LOG_LEVEL_NONE */
53 (LOG_CONF_LEVEL_COAP == 1 ? /* = LOG_LEVEL_ERR */
55 (LOG_CONF_LEVEL_COAP == 2 ? /* = LOG_LEVEL_WARN */
57 (LOG_CONF_LEVEL_COAP == 3 ? /* = LOG_LEVEL_INFO */