/* * SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __ESP_HOSTED_LOG_H #define __ESP_HOSTED_LOG_H #include "esp_log.h" #define ESP_PRIV_HEXDUMP(tag1, tag2, buff, buf_len, display_len, curr_level) \ if ( LOG_LOCAL_LEVEL >= curr_level) { \ int len_to_print = 0; \ len_to_print = display_len