UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator 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. More...
 
void Output (TraceEntry entry)
 Writes a trace entry to the listener. More...
 
void Close ()
 Closes the listener. More...
 
void Dispose ()
 Frees any unmanaged resources. More...
 

Detailed Description

Implements a trace listener that writes to the debug console.

Member Function Documentation

void UnifiedAutomation.UaBase.TraceConsoleListener.Close ( )
inline

Closes the listener.

Implements UnifiedAutomation.UaBase.ITraceListener.

void UnifiedAutomation.UaBase.TraceConsoleListener.Dispose ( )
inline

Frees any unmanaged resources.

void UnifiedAutomation.UaBase.TraceConsoleListener.Open ( )
inline

Opens the listener for writing.

Implements UnifiedAutomation.UaBase.ITraceListener.

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

Writes a trace entry to the listener.

Parameters
entryThe entry to write to the trace log.

Implements UnifiedAutomation.UaBase.ITraceListener.


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