C# Class CloudSmith.Cds.CrmSvcUtil.DiagnosticExtensions

Show file Open project: cloudsmithconsulting/cds-for-code

Public Methods

Method Description
Debug ( TraceSource ts, string message ) : void
LogExceptionWarning ( TraceSource ts, Exception ex ) : void
LogInformation ( TraceSource ts, string message ) : void

Method Details

Debug() public static method

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

LogExceptionWarning() public static method

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

LogInformation() public static method

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