FabGL
ESP32 Display Controller and Graphics Library
|
|
inline |
Sets the stream where to output debugging logs.
Logging info sents to the logging stream are detailed by FABGLIB_TERMINAL_DEBUG_REPORT_.... macros in fabglconf.h configuration file.
stream | The logging stream. |
Example:
Serial.begin(115200); Terminal.begin(&VGAController); Terminal.setLogStream(Serial);
Definition at line 1134 of file terminal.h.