C# 클래스 iRacingReplayOverlay.AwsLogListener

상속: System.Diagnostics.TraceListener
파일 보기 프로젝트 열기: vipoo/iRacingReplayOverlay.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttempToRestoreErrors void
Default_PropertyChanged void
SetPhase void
SetPhaseCapture void
SetPhaseGeneral void
SetPhaseTranscode void
Writer void
checkResponse void

공개 메소드들

메소드 설명
AwsLogListener ( ) : Amazon
Write ( string message ) : void
WriteLine ( string message ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AwsLogListener() 공개 메소드

public AwsLogListener ( ) : Amazon
리턴 Amazon

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Write() 공개 메소드

public Write ( string message ) : void
message string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string message ) : void
message string
리턴 void