A TextLogger that is compatible with the Native MRAS build environment.
Definition: NativeTextLogger.h:20
void _log(const char *fmt, va_list args) override
Log a message to the console.
Definition: NativeTextLogger.h:47
const char * get_name() override
Definition: NativeTextLogger.h:42
A base class for ArduinoTextLogger and NativeTextLogger.
Definition: TextLogger.h:18
A message containing text to be logged.
Definition: TextLogMsg.h:15