Concrete CW_Logger over HardwareSerial for development builds.
HardwareSerial * _serial
Non-owning pointer to the wrapped HardwareSerial.
void print(const __FlashStringHelper *str) override
Forwards to HardwareSerial::print(F-string).
ArduinoLoggerAdapter()
Construct an adapter that writes to the primary Serial.
void println() override
Emits a CR/LF.
bool begin(unsigned long baudRate=115200UL) override
Open the wrapped HardwareSerial at the given baud rate.