C# Class Microsoft.Exchange.WebServices.Data.EwsTraceListener

EwsTraceListener logs request/responses to a text writer.
Inheritance: ITraceListener
Mostra file Open project: ststeiger/RedmineMailService

Public Methods

Method Description
Trace ( string traceType, string traceMessage ) : void

Handles a trace message

Private Methods

Method Description
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.

Method Details

Trace() public method

Handles a trace message
public Trace ( string traceType, string traceMessage ) : void
traceType string Type of trace message.
traceMessage string The trace message.
return void