C# 클래스 CloudSmith.Dynamics365.CrmSvcUtil.DiagnosticExtensions

파일 보기 프로젝트 열기: cloudsmithconsulting/Dynamics365-VsCode-Samples

공개 메소드들

메소드 설명
Debug ( TraceSource ts, string message ) : void
LogExceptionWarning ( TraceSource ts, Exception ex ) : void
LogInformation ( TraceSource ts, string message ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( TraceSource ts, string message ) : void
ts TraceSource
message string
리턴 void

LogExceptionWarning() 공개 정적인 메소드

public static LogExceptionWarning ( TraceSource ts, Exception ex ) : void
ts TraceSource
ex Exception
리턴 void

LogInformation() 공개 정적인 메소드

public static LogInformation ( TraceSource ts, string message ) : void
ts TraceSource
message string
리턴 void