Set the message attribute of this record attributes object to the specified message.
Synopsis
Declared in <ball_recordattributes.h>
void
setMessage(std::string_view const& message);
Description
Resets the objects returned by the messageStreamBuf and messageStream methods.
Parameters
Name |
Description |
message |
log message text |
Created with MrDocs