Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c45 static coap_log_t maxlog = LOG_WARNING; /* default maximum log level */ variable
64 return maxlog; in coap_get_log_level()
69 maxlog = level; in coap_set_log_level()
889 if (maxlog < level) in coap_log_impl()