EasyUA Reference
TraceConfiguration Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : TraceConfiguration Class

Glossary Item Box

The following tables list the members exposed by TraceConfiguration.

Public Constructors

 NameDescription
Public ConstructorTraceConfiguration Constructor The default constructor.  
Top

Public Properties

 NameDescription
Public PropertyDeleteOnLoad Whether the existing log file should be deleted when the application configuration is loaded.  
Public PropertyOutputFilePath The output file used to log the trace information.  
Public PropertyTraceMasks The masks used to select what is written to the output Masks supported by the trace feature: - Do not output any messages -None = 0x0; - Output error messages - Error = 0x1; - Output informational messages - Information = 0x2; - Output stack traces - StackTrace = 0x4; - Output basic messages for service calls - Service = 0x8; - Output detailed messages for service calls - ServiceDetail = 0x10; - Output basic messages for each operation - Operation = 0x20; - Output detailed messages for each operation - OperationDetail = 0x40; - Output messages related to application initialization or shutdown - StartStop = 0x80; - Output messages related to a call to an external system - ExternalSystem = 0x100; - Output messages related to security. - Security = 0x200;  
Top

Public Methods

 NameDescription
Public MethodApplySettings Applies the trace settings to the current process.  
Public MethodInitialize Initializes the object during deserialization.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.