UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaBase.TraceConsoleListener Class Reference

Implements a trace listener that writes to the debug console. More...

Inherits UnifiedAutomation.UaBase.ITraceListener.

Public Member Functions

void Open ()
 Opens the listener for writing.
 
void Output (TraceEntry entry)
 Writes a trace entry to the listener.
 
void Close ()
 Closes the listener.
 
void Dispose ()
 Frees any unmanaged resources.
 
- Public Member Functions inherited from UnifiedAutomation.UaBase.ITraceListener
void Open ()
 Opens the listener for writing.
 
void Output (TraceEntry entry)
 Writes a trace entry to the listener.
 
void Close ()
 Closes the listener.
 

Detailed Description

Implements a trace listener that writes to the debug console.

Member Function Documentation

void UnifiedAutomation.UaBase.TraceConsoleListener.Close ( )

Closes the listener.

void UnifiedAutomation.UaBase.TraceConsoleListener.Dispose ( )

Frees any unmanaged resources.

void UnifiedAutomation.UaBase.TraceConsoleListener.Open ( )

Opens the listener for writing.

void UnifiedAutomation.UaBase.TraceConsoleListener.Output ( TraceEntry  entry)

Writes a trace entry to the listener.

Parameters
entryThe entry to write to the trace log.

The documentation for this class was generated from the following file: