.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.TraceStack Class Reference

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

Detailed Description

The trace class used by the UnifiedAutomation.UaBase namespace.


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