modm API documentation
|
This is an empty style. More...
#include <modm/debug/logger/style.hpp>
Public Member Functions | |
void | parseArg (int argc, char *argv) |
parse arguments that are given with the start of the program | |
void | write (char c) |
Write one char to the sink. | |
void | write (const char *s) |
Write a string that terminates with '\0' to the sink. | |
void | flush () |
The message is complete and can be written/send/displayed. | |
This is an empty style.