AddMessage¶
-
void ILogBuffer.AddMessage(string message)¶
Adds a message to the log buffer.
- Parameters
message – Log message to be stored in the buffer.
- Throws
NullArgumentException
– Null reference was passed.InvalidArgumentException
– Message exceeds the maximum allowed message length.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
Log category LogCategory.User is used.