Name
provider
Debug Provider — Outputs complete set of variables passed to it to the log
<provider class="xms.template.provider.DebugProvider" … />
Table 42. Attributes for provider tag (for xms.template.provider.DebugProvider)
| Name | Description | Type | Default Value | Required |
|---|
| name | Sets a name for this provider for reference | String any character combination | Debug Provider | no |
Example 45. Example configuration for Debug Provider
Required attributes are marked with a bold typeface
<provider class="xms.template.provider.DebugProvider"
name="name" />