Searched refs:loglevels (Results 1 – 1 of 1) sorted by relevance
104 static const char *loglevels[] = { variable114 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()