Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum UaTraceEvents Inherits System.Enum |
C# | |
---|---|
[FlagsAttribute()] public enum UaTraceEvents : System.Enum |
Member | Description |
---|---|
All | Output all messages. |
Error | Output error messages. |
ExternalSystem | Output messages related to a call to an external system. |
Information | Output informational messages. |
None | Do not output any messages. |
Operation | Output basic messages for each operation. |
OperationDetail | Output detailed messages for each operation. |
Security | Output messages related to security |
Service | Output basic messages for service calls. |
ServiceDetail | Output detailed messages for service calls. |
StackTrace | Output stack traces. |
StartStop | Output messages related to application initialization or shutdown |
Undefined | Undefined. Prevents from being used. |
System.Object
System.ValueType
System.Enum
OPCDA.NET.UaTraceEvents
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x