| Visual Basic (Declaration) | |
|---|---|
Public Enum TraceOutput Inherits System.Enum | |
| C# | |
|---|---|
public enum TraceOutput : System.Enum | |
| Member | Description |
|---|---|
| EventHandlerOnly | Only write to file (if specified). Default for Release mode. |
| Off | No tracing |
| StdOutAndEventHandler | Write to StdOut and a file (if specified). Default for Debug mode. |
System.Object
System.ValueType
System.Enum
UA_Wrapper.TraceOutput
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2