.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.ITraceListener Interface Reference

An interface to a object that logs trace information. More...

Inherits IDisposable.

Inherited by UnifiedAutomation.UaBase.TraceConsoleListener, and UnifiedAutomation.UaBase.TraceFileListener.

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...
 

Detailed Description

An interface to a object that logs trace information.

Member Function Documentation

void UnifiedAutomation.UaBase.ITraceListener.Close ( )
void UnifiedAutomation.UaBase.ITraceListener.Open ( )
void UnifiedAutomation.UaBase.ITraceListener.Output ( TraceEntry  entry)

Writes a trace entry to the listener.

Parameters
entryThe entry to write to the trace log.

Implemented in UnifiedAutomation.UaBase.TraceFileListener, and UnifiedAutomation.UaBase.TraceConsoleListener.


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