C# 클래스 NotificationsExtensions.WnsDiagnostics

파일 보기 프로젝트 열기: nickharris/WnsRecipe

공개 메소드들

메소드 설명
Disable ( ) : void
Enable ( string traceSourceName = DefaultTraceSourceName ) : void

비공개 메소드들

메소드 설명
TraceError ( int id, string format ) : void
TraceException ( int id, Exception exception, string format ) : void
TraceInformation ( int id, string format ) : void
TraceVerbose ( int id, string format ) : void
TraceWarning ( int id, string format ) : void

메소드 상세

Disable() 공개 정적인 메소드

public static Disable ( ) : void
리턴 void

Enable() 공개 정적인 메소드

public static Enable ( string traceSourceName = DefaultTraceSourceName ) : void
traceSourceName string
리턴 void