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

An entry in the trace log. More...

Properties

DateTime Timestamp [get, set]
 Gets or sets the timestamp. More...
 
int ProcessId [get, set]
 Gets or sets the process id. More...
 
int ThreadId [get, set]
 Gets or sets the thread id. More...
 
int ModuleId [get, set]
 Gets or sets the module id. More...
 
TraceLevel Level [get, set]
 Gets or sets the level. More...
 
StatusCode StatusCode [get, set]
 Any status code associated with the trace (Good means no StatusCode). More...
 
Exception Exception [get, set]
 Any exception associated with the trace. More...
 
string Message [get, set]
 The trace message. It must be a format string if args are provided. More...
 
object[] Args [get, set]
 The arguments used to format the message. More...
 

Detailed Description

An entry in the trace log.

Property Documentation

object [] UnifiedAutomation.UaBase.TraceEntry.Args
getset

The arguments used to format the message.

The arguments used to format the message.

Exception UnifiedAutomation.UaBase.TraceEntry.Exception
getset

Any exception associated with the trace.

The exception.

TraceLevel UnifiedAutomation.UaBase.TraceEntry.Level
getset

Gets or sets the level.

The level.

string UnifiedAutomation.UaBase.TraceEntry.Message
getset

The trace message. It must be a format string if args are provided.

The message.

int UnifiedAutomation.UaBase.TraceEntry.ModuleId
getset

Gets or sets the module id.

The module id.

int UnifiedAutomation.UaBase.TraceEntry.ProcessId
getset

Gets or sets the process id.

The process id.

StatusCode UnifiedAutomation.UaBase.TraceEntry.StatusCode
getset

Any status code associated with the trace (Good means no StatusCode).

The status code.

int UnifiedAutomation.UaBase.TraceEntry.ThreadId
getset

Gets or sets the thread id.

The thread id.

DateTime UnifiedAutomation.UaBase.TraceEntry.Timestamp
getset

Gets or sets the timestamp.

The timestamp.


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