FileAuditDestination class

A file-based audit destination.

Syntax

public class FileAuditDestination

Remarks

This implementation supports concurrent access to the same file from multiple instances of this class. This can happen under normal circumstances if, for example, multiple factories are created with the same audit configuration. The implementation supports audit file rollover based upon size. It has the capability to compress rolled over items using GZIP and remove rolled over items beyond a certain count.