Release 1.4 - ...
<feature> element
Defines a debug feature that is turned on or off. The debug features can be turned off individually by setting the attribute "enabled" on a feature to false. All debug feature can be turned off globally by setting the attribute "enabled" on the element "debug" to false. All debug feature are turned when specified. Debug features that are not specified are turned off.
Attributes
Attribute name |
Required |
Description |
enabled |
No |
Specifies if the debug feature is enabled or not. If a debug feature is listed in the configuration file, it is turned on unless explicitly specified that it is turned off. The default value for this attribute is true. |
name |
Yes |
Name of the debug feature that can be enabled or disabled. For the list of available debug setting, check this list. |
Parent element
Element name |
Description |
<debug> |
Defines which debug features are enabled or disabled. |
Child elements
None.