.NET Based OPC UA Client/Server SDK  2.6.0.418
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...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 An overrideable version of the Dispose. 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.

virtual void UnifiedAutomation.UaBase.TraceConsoleListener.Dispose ( bool  disposing)
inlineprotectedvirtual

An overrideable version of the Dispose.

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: