UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaServer.TraceServerInternal Class Reference

The trace class used by the UnifiedAutomation.UaClient namespace. More...

Inherits UnifiedAutomation.UaBase.TraceBase< T >.

Additional Inherited Members

- Static Public Member Functions inherited from UnifiedAutomation.UaBase.TraceBase< T >
static void Error (string message, params object[] args)
 Writes an error trace.
 
static void Error (uint status, string message, params object[] args)
 Writes an error trace with a status code.
 
static void Error (Exception e, string message, params object[] args)
 Writes an error trace with an exception.
 
static void Error (StatusCode status)
 Writes an error trace with a status.
 
static void Warning (string message, params object[] args)
 Writes a warning trace.
 
static void Warning (uint status, string message, params object[] args)
 Writes an error trace with a status code.
 
static void Warning (Exception e, string message, params object[] args)
 Writes an warning trace with an exception.
 
static void Warning (StatusCode status)
 Writes an warning trace with a status.
 
static void System (string message, params object[] args)
 Writes a system trace.
 
static void System (uint status, string message, params object[] args)
 Writes an system trace with a status code.
 
static void System (Exception e, string message, params object[] args)
 Writes a system trace with an exception.
 
static void System (StatusCode status)
 Writes an system trace with a status.
 
static void Info (string message, params object[] args)
 Writes an info trace.
 
static void InterfaceCall (string message, params object[] args)
 Writes an interface call trace.
 
static void ProgramFlow (string message, params object[] args)
 Writes a program flow trace.
 
static void Data (string message, params object[] args)
 Writes a data trace.
 
static TraceBlock StartDataBlock ()
 Starts a block a trace data which will be written to the log at once.
 
static void Data (TraceBlock block, string message, params object[] args)
 Writes trace data the specified block.
 
static void EndDataBlock (TraceBlock block)
 Writes the specified block to the trace listeners.
 
- Properties inherited from UnifiedAutomation.UaBase.TraceBase< T >
static TraceLevel Level [get, set]
 The trace level (set to -1 to select default).
 
static bool IncludeError [get]
 Gets a value indicating whether error traces are included.
 
static bool IncludeWarning [get]
 Gets a value indicating whether warning traces are included.
 
static bool IncludeSystem [get]
 Gets a value indicating whether system traces are included.
 
static bool IncludeInfo [get]
 Gets a value indicating whether info traces are included.
 
static bool IncludeInterfaceCall [get]
 Gets a value indicating whether interface call traces are included.
 
static bool IncludeProgramFlow [get]
 Gets a value indicating whether progam flow traces are included.
 
static bool IncludeData [get]
 Gets a value indicating whether data traces are included.
 

Detailed Description

The trace class used by the UnifiedAutomation.UaClient namespace.


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