Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c104 static const char *loglevels[] = { variable
114 printf("[%s: COAP ] ", loglevels[level]); in coap_print_contiki_prefix()
1222 if (level >= sizeof(loglevels)/sizeof(loglevels[0])) { in coap_log_impl()
1225 fprintf(log_fd, "%s ", loglevels[level]); in coap_log_impl()