modm API documentation
|
This style colours the given stream in the color given by the template argument. More...
#include <modm/debug/logger/style/std_colour.hpp>
Public Typedefs | |
typedef STYLE | Type |
Public Member Functions | |
StdColour (STYLE style) | |
StdColour (IODevice &device) | |
void | parseArg (int argc, char *argv) |
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 style colours the given stream in the color given by the template argument.