Read¶
- 
virtual std::vector<std::string> ILogReader::Read() = 0¶
- Gets the unread messages in the log buffer. - Returns
- std::vector<std::string> – Log messages. 
- Throws
- CCommunicationErrorException– Protocol error.
- CConnectionLostException– Connection to controller lost.
- CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- CObjectDestroyedException– Object is destroyed.
 
- Remarks
- One log message per vector index.