Records all log messages to a list that persists for the lifetime of the application.
Allows distributed access to the log messages of a central CLogHistory.
void elementAdded(const swift::misc::CStatusMessage &msg)
Signal emitted for each new log message.
void elementsReplaced(const swift::misc::CStatusMessageList &msgs)
Signal emitted when the whole history is updated wholesale.
Allows distributed insertion of log messages into a central CLogHistory.