Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/tools/test_apps/system/panic/test_panic_util/
Dtest_panic_util.py165 log_handler = logging.FileHandler(pygdbmi_log_file_name)
166 log_handler.setFormatter(logging.Formatter('%(asctime)s %(levelname)s: %(message)s'))
167 pygdbmi_logger.addHandler(log_handler)
/hal_espressif-2.7.6/components/coap/port/
Dcoap_debug.c770 static coap_log_handler_t log_handler = NULL; variable
773 log_handler = handler; in coap_set_log_handler()
782 if (log_handler) { in coap_log_impl()
797 log_handler(level, message); in coap_log_impl()