The following tables list the members exposed by LogTypeConfigurationElement.
Public Constructors
Name | Description | |
---|---|---|
LogTypeConfigurationElement | Initializes a new instance of this class. |
Public Properties
Name | Description | |
---|---|---|
Audit | Gets a value indicating whether to log 'audit' messages | |
Debug | Gets a value indicating whether to log 'debug' messages | |
Error | Gets a value indicating whether to log 'error' messages | |
Information | Gets a value indicating whether to log 'information' messages | |
Warning | Gets a value indicating whether to log 'warning' messages |
Public Fields
Name | Description | |
---|---|---|
AuditPropertyName | Represents the name of the decorated Audit configuration-element property. | |
DebugPropertyName | Represents the name of the decorated Debug configuration-element property. | |
ErrorPropertyName | Represents the name of the decorated Error configuration-element property. | |
InformationPropertyName | Represents the name of the decorated Information configuration-element property. | |
WarningPropertyName | Represents the name of the decorated Warning configuration-element property. |
See Also