Click or drag to resize

AppLogSettings Class

A class representing CFX diagnostic log settings
Inheritance Hierarchy
SystemObject
  CFX.UtilitiesAppLogSettings

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class AppLogSettings

The AppLogSettings type exposes the following members.

Constructors
 NameDescription
Public methodAppLogSettings Default constructor
Top
Properties
 NameDescription
Public propertyAmqpTraceEnabled If true, transport oritented diagnostic trace information from the underlying Microsoft Amqp.Net library will also be included in the CFX diagnostic logs
Public propertyLogFilePath The full path and filename where diagnostic log entries should be written. If null or empty, no log is written to disk.
Public propertyLoggingEnabled Global enable/disable flag for logging. If false, all CFX diagnostic logging is disabled.
Public propertyLoggingLevel A flag type enumeration indicating which logging levels are to be enabled
Top
See Also