Go to the source code of this file.
◆ FLUSH_ON_EVERY_DEBUG_STATEMENT
#define FLUSH_ON_EVERY_DEBUG_STATEMENT 0 |
Should the output stream be flushed after each debug statement? Enabling this feature can slow things down significantly, and is not supported on ESP32 / ESP8266.
Definition at line 17 of file Debug.hpp.
◆ DEBUG_ENDL
#define DEBUG_ENDL "\r\n" |
◆ DEBUG_STR_HELPER
#define DEBUG_STR_HELPER |
( |
|
x | ) |
#x |
◆ DEBUG_STR
◆ DEBUG_FUNC_LOCATION
#define DEBUG_FUNC_LOCATION '[' << __PRETTY_FUNCTION__ << F(" @ line " DEBUG_STR(__LINE__) "]:\t") |
◆ DEBUG_LOCATION
#define DEBUG_LOCATION "[" __FILE__ ":" DEBUG_STR(__LINE__) "]:\t" |
◆ DEBUG_LOCK_MUTEX
◆ DEBUG
◆ DEBUGREF
◆ DEBUGFN
◆ DEBUGTIME
◆ DEBUGVAL