#include <sensesp/system/local_debug.h>
|
static const uint8_t | PROFILER |
|
static const uint8_t | VERBOSE = 1 |
|
static const uint8_t | DEBUG = 2 |
|
static const uint8_t | INFO = 3 |
|
static const uint8_t | WARNING = 4 |
|
static const uint8_t | ERROR = 5 |
|
static const uint8_t | ANY |
|
Definition at line 39 of file local_debug.h.
◆ begin()
bool sensesp::LocalDebug::begin |
( |
uint8_t | startingDebugLevel = DEBUG | ) |
|
◆ isActive()
boolean sensesp::LocalDebug::isActive |
( |
uint8_t | debugLevel = DEBUG | ) |
|
◆ setResetCmdEnabled()
void sensesp::LocalDebug::setResetCmdEnabled |
( |
bool | enable | ) |
|
|
inline |
◆ setSerialEnabled()
void sensesp::LocalDebug::setSerialEnabled |
( |
bool | enable | ) |
|
|
inline |
◆ ANY
const uint8_t sensesp::LocalDebug::ANY |
|
static |
◆ DEBUG
const uint8_t sensesp::LocalDebug::DEBUG = 2 |
|
static |
◆ ERROR
const uint8_t sensesp::LocalDebug::ERROR = 5 |
|
static |
◆ INFO
const uint8_t sensesp::LocalDebug::INFO = 3 |
|
static |
◆ PROFILER
const uint8_t sensesp::LocalDebug::PROFILER |
|
static |
◆ VERBOSE
const uint8_t sensesp::LocalDebug::VERBOSE = 1 |
|
static |
◆ WARNING
const uint8_t sensesp::LocalDebug::WARNING = 4 |
|
static |
The documentation for this class was generated from the following files: