C# 클래스 SageKa.Samples.VCSync.Synchronizer.FifoStackLogger

상속: ILogger
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

공개 메소드들

메소드 설명
FifoStackLogger ( ) : System
Write ( Diagnosis diagnosis ) : void
Write ( Exception exception ) : void
Write ( string msg, Severity severity ) : void

메소드 상세

FifoStackLogger() 공개 메소드

public FifoStackLogger ( ) : System
리턴 System

Write() 공개 메소드

public Write ( Diagnosis diagnosis ) : void
diagnosis SageKa.Samples.VcSync.SyncEngine.Syndications.Diagnosis
리턴 void

Write() 공개 메소드

public Write ( Exception exception ) : void
exception System.Exception
리턴 void

Write() 공개 메소드

public Write ( string msg, Severity severity ) : void
msg string
severity Severity
리턴 void