NDEVR
API Documentation
ConnectionPipeStream::CommonMessageFormats

Common formats for sending messages over the pipe using setMessageSendFormat Default progress format is message_line. More...

Collaboration diagram for ConnectionPipeStream::CommonMessageFormats:
[legend]

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.

Detailed Description

Common formats for sending messages over the pipe using setMessageSendFormat Default progress format is message_line.


Definition at line 18 of file ConnectionPipeStream.h.


The documentation for this class was generated from the following file: