Name

Report::Message — Store new message text

Synopsis

Import Report;
void Report::Message ( string  message_string );

Parameters

string message_string

message text, it can contain new line characters ("\n")

Return Value

void