C# Class iRacingReplayOverlay.AwsLogListener

Inheritance: System.Diagnostics.TraceListener
Exibir arquivo Open project: vipoo/iRacingReplayOverlay.net Class Usage Examples

Private Properties

Property Type Description
AttempToRestoreErrors void
Default_PropertyChanged void
SetPhase void
SetPhaseCapture void
SetPhaseGeneral void
SetPhaseTranscode void
Writer void
checkResponse void

Public Methods

Method Description
AwsLogListener ( ) : Amazon
Write ( string message ) : void
WriteLine ( string message ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public AwsLogListener ( ) : Amazon
return Amazon

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Write() public method

public Write ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void