DHITracer Class |
Namespace: DHI.Mike1D.Generic
The DHITracer type exposes the following members.
Name | Description | |
---|---|---|
Attributes | Gets the custom switch attributes defined in the application configuration file. (Inherited from Switch.) | |
Description | Gets a description of the switch. (Inherited from Switch.) | |
DisplayName | Gets a name used to identify the switch. (Inherited from Switch.) | |
Level | Gets or sets the trace level that determines the messages the switch allows. (Inherited from TraceSwitch.) | |
SwitchSetting | Gets or sets the current setting for this switch. (Inherited from Switch.) | |
TraceError | Gets a value indicating whether the switch allows error-handling messages. (Inherited from TraceSwitch.) | |
TraceInfo | Gets a value indicating whether the switch allows informational messages. (Inherited from TraceSwitch.) | |
TraceVerbose | Gets a value indicating whether the switch allows all messages. (Inherited from TraceSwitch.) | |
TraceWarning | Gets a value indicating whether the switch allows warning messages. (Inherited from TraceSwitch.) | |
Value | Gets or sets the value of the switch. (Inherited from Switch.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error |
Record an error trace message
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSupportedAttributes | Gets the custom attributes supported by the switch. (Inherited from Switch.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Info |
Record an info trace message
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnSwitchSettingChanged | Updates and corrects the level for this switch. (Inherited from TraceSwitch.) | |
OnValueChanged | Sets the SwitchSetting property to the integer equivalent of the Value property. (Inherited from TraceSwitch.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Verbose |
Record a verbose trace message
| |
Warning |
Record warning trace message
|