Session Log Reader

Definition

Protocol

Session Log

 

 

Description

Read all events in ECS Session log from FileName starting from the beginning of the file.
Do Not process delays.

 

 

Comments

This reader is unsupported and is for EventGnosis professional services use only.

If FileName is missing, blank or invalid, disable the reader.

If Not is missing, blank or invalid the delays should be processed.

The ECS must have read access to FileName.

Session Logs are EventGnosis-specific files that capture event streams and timing that are generated by the ECS Session Log Writer.

 

Example

<source objectId="SessReader" type="SessionLogReader" stdout="FS.DemoAlive">
	<parameter type="File">D:/home/input.txt</parameter>
	<parameter type="Not"></parameter>
</source>