public class LogAuditProvider extends AbstractAuditProvider
Ensure that the appender is configured properly in the global log4j.xml for log entries to go to a log, separate from the regular server logs.
Constructor and Description |
---|
LogAuditProvider() |
Modifier and Type | Method and Description |
---|---|
void |
audit(AuditEvent auditEvent)
Perform an audit of the event passed
A provider can log the audit as per needs.
|
public void audit(AuditEvent auditEvent)
AuditProvider
audit
in interface AuditProvider
audit
in class AbstractAuditProvider
auditEvent
- audit event that holds information on the auditAuditProvider.audit(AuditEvent)
Copyright © 2016 JBoss by Red Hat. All rights reserved.