C# Class iRacingReplayOverlay.AwsLogListener

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

Private Properties

Свойство Type Description
AttempToRestoreErrors void
Default_PropertyChanged void
SetPhase void
SetPhaseCapture void
SetPhaseGeneral void
SetPhaseTranscode void
Writer void
checkResponse void

Méthodes publiques

Méthode Description
AwsLogListener ( ) : Amazon
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
AttempToRestoreErrors ( List logEvents, Exception e ) : void
Default_PropertyChanged ( object sender, System e ) : void
SetPhase ( string p ) : void
SetPhaseCapture ( ) : void
SetPhaseGeneral ( ) : void
SetPhaseTranscode ( ) : void
Writer ( object sender, System.Timers.ElapsedEventArgs e ) : void
checkResponse ( AmazonWebServiceResponse response ) : void

Method Details

AwsLogListener() public méthode

public AwsLogListener ( ) : Amazon
Résultat Amazon

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
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