#include <esp_log.h>
#include <freertos/FreeRTOS.h>
Go to the source code of this file.
|
| #define | LOGV(format, ...) |
| #define | LOGD(format, ...) |
| #define | LOGI(format, ...) |
| #define | LOGW(format, ...) |
| #define | LOGE(format, ...) |
- Authors
- MarioS271
- Copyright
- MIT License
◆ LOGD
| #define LOGD |
( |
| format, |
|
|
| ... ) |
Value:
void custom_log(esp_log_level_t level, const char *tag, const char *format,...) const __attribute__((format(printf
Either directly invokes render_to_console (real mode) or sends to the queue (queue mode).
Definition logger.cpp:40
static Logger & get_instance()
Returns a reference to the static logger instance.
Definition logger.h:36
◆ LOGE
| #define LOGE |
( |
| format, |
|
|
| ... ) |
◆ LOGI
| #define LOGI |
( |
| format, |
|
|
| ... ) |
◆ LOGV
| #define LOGV |
( |
| format, |
|
|
| ... ) |
◆ LOGW
| #define LOGW |
( |
| format, |
|
|
| ... ) |