Click or drag to resize

DHITracer Properties

The DHITracer type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Gets the custom switch attributes defined in the application configuration file.
(Inherited from Switch.)
Public propertyDescription
Gets a description of the switch.
(Inherited from Switch.)
Public propertyDisplayName
Gets a name used to identify the switch.
(Inherited from Switch.)
Public propertyLevel
Gets or sets the trace level that determines the messages the switch allows.
(Inherited from TraceSwitch.)
Protected propertySwitchSetting
Gets or sets the current setting for this switch.
(Inherited from Switch.)
Public propertyTraceError
Gets a value indicating whether the switch allows error-handling messages.
(Inherited from TraceSwitch.)
Public propertyTraceInfo
Gets a value indicating whether the switch allows informational messages.
(Inherited from TraceSwitch.)
Public propertyTraceVerbose
Gets a value indicating whether the switch allows all messages.
(Inherited from TraceSwitch.)
Public propertyTraceWarning
Gets a value indicating whether the switch allows warning messages.
(Inherited from TraceSwitch.)
Protected propertyValue
Gets or sets the value of the switch.
(Inherited from Switch.)
Top
See Also