NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogTraceListener Class

This class provides a simple listener for directing trace output to a text writer or stream, for example Console.Out or FileStream.

Object
   TraceListener
      EventLogTraceListener

[Visual Basic]
Public Class EventLogTraceListener
   Inherits TraceListener
[C#]
public class EventLogTraceListener : TraceListener
[C++]
public __gc class EventLogTraceListener : public TraceListener
[JScript]
public class EventLogTraceListener extends TraceListener

Remarks

[To be supplied.]

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

EventLogTraceListener Members | System.Diagnostics Namespace