|
SensESP 3.4.1-alpha
Universal Signal K sensor toolkit ESP32
|
#include "esp32-hal-log.h"#include "Arduino.h"#include "Print.h"Go to the source code of this file.
Classes | |
| class | sensesp::LocalDebug |
Namespaces | |
| namespace | sensesp |
Macros | |
| #define | rdebugA(fmt, ...) ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugP(fmt, ...) ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugV(fmt, ...) ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugD(fmt, ...) ESP_LOGD(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugI(fmt, ...) ESP_LOGI(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugW(fmt, ...) ESP_LOGW(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugE(fmt, ...) ESP_LOGE(__FILENAME__, fmt, ##__VA_ARGS__) |
| #define | rdebugAln(fmt, ...) rdebugA(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugPln(fmt, ...) rdebugP(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugVln(fmt, ...) rdebugV(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugDln(fmt, ...) rdebugD(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugIln(fmt, ...) rdebugI(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugWln(fmt, ...) rdebugW(fmt "\n", ##__VA_ARGS__) |
| #define | rdebugEln(fmt, ...) rdebugE(fmt "\n", ##__VA_ARGS__) |
| #define | debugV(fmt, ...) rdebugV(fmt, ##__VA_ARGS__) |
| #define | debugD(fmt, ...) rdebugD(fmt, ##__VA_ARGS__) |
| #define | debugI(fmt, ...) rdebugI(fmt, ##__VA_ARGS__) |
| #define | debugW(fmt, ...) rdebugW(fmt, ##__VA_ARGS__) |
| #define | debugE(fmt, ...) rdebugE(fmt, ##__VA_ARGS__) |
| #define | debugA(fmt, ...) rdebugV(fmt, ##__VA_ARGS__) |
| #define debugA | ( | fmt, | |
| ... | |||
| ) | rdebugV(fmt, ##__VA_ARGS__) |
Definition at line 35 of file local_debug.h.
| #define debugD | ( | fmt, | |
| ... | |||
| ) | rdebugD(fmt, ##__VA_ARGS__) |
Definition at line 31 of file local_debug.h.
| #define debugE | ( | fmt, | |
| ... | |||
| ) | rdebugE(fmt, ##__VA_ARGS__) |
Definition at line 34 of file local_debug.h.
| #define debugI | ( | fmt, | |
| ... | |||
| ) | rdebugI(fmt, ##__VA_ARGS__) |
Definition at line 32 of file local_debug.h.
| #define debugV | ( | fmt, | |
| ... | |||
| ) | rdebugV(fmt, ##__VA_ARGS__) |
Definition at line 30 of file local_debug.h.
| #define debugW | ( | fmt, | |
| ... | |||
| ) | rdebugW(fmt, ##__VA_ARGS__) |
Definition at line 33 of file local_debug.h.
| #define rdebugA | ( | fmt, | |
| ... | |||
| ) | ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 9 of file local_debug.h.
| #define rdebugAln | ( | fmt, | |
| ... | |||
| ) | rdebugA(fmt "\n", ##__VA_ARGS__) |
Definition at line 19 of file local_debug.h.
| #define rdebugD | ( | fmt, | |
| ... | |||
| ) | ESP_LOGD(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 12 of file local_debug.h.
| #define rdebugDln | ( | fmt, | |
| ... | |||
| ) | rdebugD(fmt "\n", ##__VA_ARGS__) |
Definition at line 22 of file local_debug.h.
| #define rdebugE | ( | fmt, | |
| ... | |||
| ) | ESP_LOGE(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 15 of file local_debug.h.
| #define rdebugEln | ( | fmt, | |
| ... | |||
| ) | rdebugE(fmt "\n", ##__VA_ARGS__) |
Definition at line 25 of file local_debug.h.
| #define rdebugI | ( | fmt, | |
| ... | |||
| ) | ESP_LOGI(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 13 of file local_debug.h.
| #define rdebugIln | ( | fmt, | |
| ... | |||
| ) | rdebugI(fmt "\n", ##__VA_ARGS__) |
Definition at line 23 of file local_debug.h.
| #define rdebugP | ( | fmt, | |
| ... | |||
| ) | ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 10 of file local_debug.h.
| #define rdebugPln | ( | fmt, | |
| ... | |||
| ) | rdebugP(fmt "\n", ##__VA_ARGS__) |
Definition at line 20 of file local_debug.h.
| #define rdebugV | ( | fmt, | |
| ... | |||
| ) | ESP_LOGV(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 11 of file local_debug.h.
| #define rdebugVln | ( | fmt, | |
| ... | |||
| ) | rdebugV(fmt "\n", ##__VA_ARGS__) |
Definition at line 21 of file local_debug.h.
| #define rdebugW | ( | fmt, | |
| ... | |||
| ) | ESP_LOGW(__FILENAME__, fmt, ##__VA_ARGS__) |
Definition at line 14 of file local_debug.h.
| #define rdebugWln | ( | fmt, | |
| ... | |||
| ) | rdebugW(fmt "\n", ##__VA_ARGS__) |
Definition at line 24 of file local_debug.h.