Method | Description | |
---|---|---|
Add ( IEnumerable |
Adds a bunch of log files.
|
|
Add ( string filePath, bool &newFileIndex ) : RawLogFile |
Adds a file to this reader. This is thread safe (can be called from any thread at any time).
|
|
Dispose ( ) : void |
Releases this reader.
|
|
MultiLogReader ( ) : System |
Initializes a new MultiLogReader.
|
Method | Description | |
---|---|---|
RegisterOneLog ( RawLogFileMonitorOccurence fileOccurrence, bool newOccurrence, long streamOffset, IMulticastLogEntry log ) : LiveIndexedMonitor |
public Add ( IEnumerable |
||
files | IEnumerable |
Set of files to add. |
return | List |
public Add ( string filePath, bool &newFileIndex ) : RawLogFile | ||
filePath | string | The path of the file to add. |
newFileIndex | bool | True if the file has actually been added, false it it was already added. |
return | RawLogFile |