88 void setDebug(
Stream& reqStream);
91 size_t write(uint8_t)
override;
95 bool useDebugPrefix =
true;
96 bool newDebugLine =
true;
Stream * debugStream
Debug output stream.
Definition: Debug.h:29
Provides debug output to stream (e.g. Serial) or delegate function handler.
Definition: Debug.h:50
The String class.
Definition: WString.h:136
DebugPrintCharDelegate debugDelegate
Function to handle debug output.
Definition: Debug.h:28
Provides formatted output to stream.
Definition: Print.h:36
Do not use debug prefix.
Definition: Debug.h:36
DebugClass Debug
Global instance of Debug object.
Definition: CommandOutput.h:18
eDBGPrefix
Debug prefix state.
Definition: Debug.h:35
Structure for debug options.
Definition: Debug.h:27
Use debug prefix.
Definition: Debug.h:37
bool status()
Get debug status.
Definition: Debug.h:73
Base Stream class.
Definition: Stream.h:32