![]() |
NDEVR
API Documentation
|
Common formats for sending messages over the pipe using setMessageSendFormat Default progress format is message_line. More...
Static Public Attributes | |
| static constexpr StringView const | message_line = "[message]\n" |
| Format that sends only the message followed by a newline. | |
| static constexpr StringView const | message_time_line = "[time] [message]\n" |
| Format that prepends a timestamp to the message. | |
Common formats for sending messages over the pipe using setMessageSendFormat Default progress format is message_line.
Definition at line 18 of file ConnectionPipeStream.h.