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

Properties

string TimestampFormat [get, set]
 The format of string representation for the Timestamp of the trace entry. 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.

Property Documentation

string UnifiedAutomation.UaBase.TraceConsoleListener.TimestampFormat
getset

The format of string representation for the Timestamp of the trace entry.

Is used to call DateTime.ToString(format).


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