ReserveLogReader¶
-
virtual PLogReader ILogBuffer::ReserveLogReader() = 0¶
Reserves a log reader to read messages from the log buffer.
- Returns
PLogReader – Created log reader.
- Throws
COutOfResourcesException
– No log reader available.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.