C# 클래스 Orc.NuGetExplorer.NuGetToCatelLogTranslator

상속: PackageManagerLogListenerBase
파일 보기 프로젝트 열기: WildGums/Orc.NuGetExplorer

공개 메소드들

메소드 설명
NuGetToCatelLogTranslator ( INuGetLogListeningSevice nuGetLogListeningSevice ) : Catel.Logging

보호된 메소드들

메소드 설명
OnDebug ( object sender, NuGetLogRecordEventArgs e ) : void
OnError ( object sender, NuGetLogRecordEventArgs e ) : void
OnInfo ( object sender, NuGetLogRecordEventArgs e ) : void
OnWarning ( object sender, NuGetLogRecordEventArgs e ) : void

메소드 상세

NuGetToCatelLogTranslator() 공개 메소드

public NuGetToCatelLogTranslator ( INuGetLogListeningSevice nuGetLogListeningSevice ) : Catel.Logging
nuGetLogListeningSevice INuGetLogListeningSevice
리턴 Catel.Logging

OnDebug() 보호된 메소드

protected OnDebug ( object sender, NuGetLogRecordEventArgs e ) : void
sender object
e NuGetLogRecordEventArgs
리턴 void

OnError() 보호된 메소드

protected OnError ( object sender, NuGetLogRecordEventArgs e ) : void
sender object
e NuGetLogRecordEventArgs
리턴 void

OnInfo() 보호된 메소드

protected OnInfo ( object sender, NuGetLogRecordEventArgs e ) : void
sender object
e NuGetLogRecordEventArgs
리턴 void

OnWarning() 보호된 메소드

protected OnWarning ( object sender, NuGetLogRecordEventArgs e ) : void
sender object
e NuGetLogRecordEventArgs
리턴 void