AddMessage¶
-
virtual void ILogBuffer::AddMessage(const std::string &message) = 0¶
Adds a message to the log buffer.
- Parameters
message – Log message to be stored in the buffer.
- Throws
CInvalidArgumentException
– Message exceeds the maximum allowed message length.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
Log category ELogCategory::User is used.