Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Utils.TraceOutput |
C# | |
---|---|
public enum Utils.TraceOutput : System.Enum |
Member | Description |
---|---|
DebugAndFile | Write to debug trace listeners and a file (if specified). Default for Debug mode. |
FileOnly | Only write to file (if specified). Default for Release mode. |
Off | No tracing |
StdOutAndFile | Write to trace listeners and a file (if specified). |
System.Object
System.ValueType
System.Enum
Opc.Ua.Utils.TraceOutput
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x