메소드 | 설명 | |
---|---|---|
Trace ( string traceType, string traceMessage ) : void |
Handles a trace message
|
메소드 | 설명 | |
---|---|---|
EwsTraceListener ( ) : System |
Initializes a new instance of the EwsTraceListener class. Uses Console.Out as output.
|
|
EwsTraceListener ( TextWriter writer ) : System |
Initializes a new instance of the EwsTraceListener class.
|
public Trace ( string traceType, string traceMessage ) : void | ||
traceType | string | Type of trace message. |
traceMessage | string | The trace message. |
리턴 | void |