Searched refs:coap_log_impl (Results 1 – 4 of 4) sorted by relevance
54 void coap_log_impl(coap_log_t level, const char *format, ...);57 #define coap_log(...) coap_log_impl(__VA_ARGS__)
48 coap_log_impl
50 coap_log_impl;
483 coap_log_impl(coap_log_t level, const char *format, ...) { in coap_log_impl() function