C# Class iRacingReplayOverlay.Support.LogListener

Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Méthodes publiques

Méthode Description
ToFile ( string filename ) : void
Write ( string message ) : void
WriteLine ( string message ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
LogListener ( string filename ) : iRacingSDK.Support
MoveToFile ( string filename ) : void
WaitToQueueEmpty ( LogListener oldLogFile ) : void
Writer ( ) : void

Method Details

Dispose() protected méthode

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

ToFile() public static méthode

public static ToFile ( string filename ) : void
filename string
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void