UA Bundle SDK .NET  2.2.1.258
 All Classes Namespaces Functions Variables Enumerations Enumerator 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. 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: