Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The possible trace output mechanisms.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum TraceOutput |
| Visual Basic |
|---|
Public Enumeration TraceOutput |
| Visual C++ |
|---|
public enum class TraceOutput |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Off | 0 | No tracing | |
| FileOnly | 1 | Only write to file (if specified). Default for Release mode. | |
| StdOutAndFile | 2 | Write to StdOut and a file (if specified). Default for Debug mode. |