LogReaderConnector ​
A connector for reading log files.
Kind: Class
Namespace: ConnectorLib.LogReader
Inheritance: ConnectorBase → IDisposable → IGameConnector
Public Constructors
LogReaderConnector()
Creates a new instance of the ConnectorLib.LogReader.LogReaderConnector class.
Public Member Functions
virtual override
Task
Connect()
virtual override
Task
Disconnect(string message)
Properties
string
ReadFile
[get, set]
Path to the log file to read.
LogEntryParser
Parser
[get, set]
Parser for the log entries.
bool
Connected
[get, ]
Events
EventHandler<ILogEntry>
LogEntryRead
Called when a new log entry is read.
