action
Log Action — Action that outputs to a log file<action class="xms.action.LogAction" … />
Table 4. Attributes for action tag (for xms.action.LogAction)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| event | The event to fire this action on | String any character combination | none | yes |
| level | The log level to log at | Level One of the following values: trace,debug,info,warn,error | warn | no |
| logExceptions | Logs an exception if present | boolean true or false | true | no |
| name | The logger name | String any character combination | none | yes |
| template | Freemarker template for log message | Template Freemarker template string | none | yes |