UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
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.
 
void Output (TraceEntry entry)
 Writes a trace entry to the listener.
 
void Close ()
 Closes the listener.
 

Detailed Description

An interface to a object that logs trace information.

Member Function Documentation

void UnifiedAutomation.UaBase.ITraceListener.Close ( )

Closes the listener.

void UnifiedAutomation.UaBase.ITraceListener.Open ( )

Opens the listener for writing.

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

Writes a trace entry to the listener.

Parameters
entryThe entry to write to the trace log.

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