#include "esp32-hal-log.h"
#include "Arduino.h"
#include "Print.h"
Go to the source code of this file.
|
#define | rdebugA(fmt, ...) |
|
#define | rdebugP(fmt, ...) |
|
#define | rdebugV(fmt, ...) |
|
#define | rdebugD(fmt, ...) |
|
#define | rdebugI(fmt, ...) |
|
#define | rdebugW(fmt, ...) |
|
#define | rdebugE(fmt, ...) |
|
#define | rdebugAln(fmt, ...) |
|
#define | rdebugPln(fmt, ...) |
|
#define | rdebugVln(fmt, ...) |
|
#define | rdebugDln(fmt, ...) |
|
#define | rdebugIln(fmt, ...) |
|
#define | rdebugWln(fmt, ...) |
|
#define | rdebugEln(fmt, ...) |
|
#define | debugV(fmt, ...) |
|
#define | debugD(fmt, ...) |
|
#define | debugI(fmt, ...) |
|
#define | debugW(fmt, ...) |
|
#define | debugE(fmt, ...) |
|
#define | debugA(fmt, ...) |
|
◆ debugA
#define debugA |
( |
| fmt, |
|
|
| ... ) |
◆ debugD
#define debugD |
( |
| fmt, |
|
|
| ... ) |
◆ debugE
#define debugE |
( |
| fmt, |
|
|
| ... ) |
◆ debugI
#define debugI |
( |
| fmt, |
|
|
| ... ) |
◆ debugV
#define debugV |
( |
| fmt, |
|
|
| ... ) |
◆ debugW
#define debugW |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugA
#define rdebugA |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 9 of file local_debug.h.
◆ rdebugAln
#define rdebugAln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugD
#define rdebugD |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGD(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 12 of file local_debug.h.
◆ rdebugDln
#define rdebugDln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugE
#define rdebugE |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGE(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 15 of file local_debug.h.
◆ rdebugEln
#define rdebugEln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugI
#define rdebugI |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGI(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 13 of file local_debug.h.
◆ rdebugIln
#define rdebugIln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugP
#define rdebugP |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 10 of file local_debug.h.
◆ rdebugPln
#define rdebugPln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugV
#define rdebugV |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 11 of file local_debug.h.
◆ rdebugVln
#define rdebugVln |
( |
| fmt, |
|
|
| ... ) |
◆ rdebugW
#define rdebugW |
( |
| fmt, |
|
|
| ... ) |
Value:ESP_LOGW(__FILENAME__, fmt, ##__VA_ARGS__)
Definition at line 14 of file local_debug.h.
◆ rdebugWln
#define rdebugWln |
( |
| fmt, |
|
|
| ... ) |