C# Class IBE.FileScanner.EDLogfileScanner

Inheritance: IDisposable
Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EDLogfileScanner ( ) : System

create a new LogFileScanner-object

Start ( ) : void

starts scanning of the logfile

Stop ( ) : void

stops scanning of the logfile

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnLocationChanged ( LocationChangedEventArgs e ) : void
OnLocationInfo ( LocationInfoEventArgs e ) : void

Private Methods

Méthode Description
RaiseTestEvent ( ) : void
TimerCallbackFunction ( Object state ) : void
TryGetTimeFromLine ( string currentLogString, System.DateTime &extractedTimeStamp, String &info ) : System.Boolean

tries to extract the timestamp from a logline

UpdateSystemNameFromLogFile_worker ( ) : void
getLocation ( string &stationName, Match m ) : void

extracting the station form a regex-match

processingLocationInfo ( List LoggedEvents ) : void

processing the collected informations

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EDLogfileScanner() public méthode

create a new LogFileScanner-object
public EDLogfileScanner ( ) : System
Résultat System

OnLocationChanged() protected méthode

protected OnLocationChanged ( LocationChangedEventArgs e ) : void
e LocationChangedEventArgs
Résultat void

OnLocationInfo() protected méthode

protected OnLocationInfo ( LocationInfoEventArgs e ) : void
e LocationInfoEventArgs
Résultat void

Start() public méthode

starts scanning of the logfile
public Start ( ) : void
Résultat void

Stop() public méthode

stops scanning of the logfile
public Stop ( ) : void
Résultat void