Method | Description | |
---|---|---|
Debug ( TraceSource ts, string message ) : void | ||
LogExceptionWarning ( TraceSource ts, Exception ex ) : void | ||
LogInformation ( TraceSource ts, string message ) : void |
public static Debug ( TraceSource ts, string message ) : void | ||
ts | TraceSource | |
message | string | |
return | void |
public static LogExceptionWarning ( TraceSource ts, Exception ex ) : void | ||
ts | TraceSource | |
ex | Exception | |
return | void |
public static LogInformation ( TraceSource ts, string message ) : void | ||
ts | TraceSource | |
message | string | |
return | void |