C# 클래스 Cinchcast.Roque.Common.Trace

Work service implementation example
상속: ITrace
파일 보기 프로젝트 열기: BlogTalkRadio/Roque

공개 메소드들

메소드 설명
TraceError ( string format ) : void
TraceInformation ( string format ) : void
TraceInformationString ( string message ) : void
TracePing ( ) : void
TraceVerbose ( string format ) : void
TraceWarning ( string format ) : void

메소드 상세

TraceError() 공개 메소드

public TraceError ( string format ) : void
format string
리턴 void

TraceInformation() 공개 메소드

public TraceInformation ( string format ) : void
format string
리턴 void

TraceInformationString() 공개 메소드

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

TracePing() 공개 메소드

public TracePing ( ) : void
리턴 void

TraceVerbose() 공개 메소드

public TraceVerbose ( string format ) : void
format string
리턴 void

TraceWarning() 공개 메소드

public TraceWarning ( string format ) : void
format string
리턴 void