메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static LogExceptionWarning ( TraceSource ts, Exception ex ) : void | ||
ts | TraceSource | |
ex | Exception | |
리턴 | void |
public static LogInformation ( TraceSource ts, string message ) : void | ||
ts | TraceSource | |
message | string | |
리턴 | void |