ESP32 platform aliases for PAL logging macros. More...
#include "esp_log.h"Go to the source code of this file.
Macros | |
ESP32 Logging Macro Aliases | |
| #define | PAL_LOGI(tag, fmt, ...) |
| #define | PAL_LOGE(tag, fmt, ...) |
| #define | PAL_LOGW(tag, fmt, ...) |
| #define | PAL_LOGD(tag, fmt, ...) |
| #define | PAL_LOGV(tag, fmt, ...) |
| #define | PAL_LOG_BUFFER_HEX(tag, buf, len, level) |
| #define | PAL_LOG_BUFFER_HEXDUMP(tag, buf, len, level) |
Variables | |
| static const esp_log_level_t | _pal_level_map [] |
Mapping table from pal_log_level_t to esp_log_level_t. | |
ESP32 platform aliases for PAL logging macros.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.