XML File Audit Logger¶
Sends audit logging information to a file. The information will be stored in an XML format.
Version¶
Available from version 1.5
Examples¶
1<xmlFileAudit location="c:\Logs\ccnet_audit.log" />
Configuration Elements¶
Element | Description | Type | Required | Default | Version |
location | The location to log the audit events. | String | No | SecurityAudit.xml | 1.5 |
failure | Whether to log failed events or not. | Boolean | No | true | 1.5 |
success | Whether to log successful events or not. | Boolean | No | true | 1.5 |
Notes¶
The actual file will not be correct XML as it will not have a single root element - instead each line will be directly written to the file.
Automatically Generated¶
Documentation generated on Monday, 26 May 2014 at 7:18:01 AM