Unwired Accelerator implements the CSI auditing tool. CSI provides the following default audit components in csi.xml, and you can write your own audit components with the CSI audit API:
com.sybase.security.core.FileAuditDestination – writes audit records to the file specified. The file size can be configured to roll over if a size limitation is reached; for example, uaaudit.log.0, uaaudit.log.1, and so forth.
com.sybase.security.core.DefaultAuditFilter – uses a filter string to determine whether an audit record should be audited or not.
com.sybase.security.core.XmlAuditFormatter – transforms audit records into XML format.