This project has retired. For details please refer to its Attic page.
AuditLog

org.apache.maven.archiva.repository.audit
Class AuditLog

Package class diagram package AuditLog
java.lang.Object
  extended by org.apache.maven.archiva.repository.audit.AuditLog
All Implemented Interfaces:
AuditListener

public class AuditLog
extends java.lang.Object
implements AuditListener

AuditLog - Audit Log.


Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
AuditLog()
           
 
Method Summary
 void auditEvent(AuditEvent event)
          Creates a log message in the following format ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.slf4j.Logger logger
Constructor Detail

AuditLog

public AuditLog()
Method Detail

auditEvent

public void auditEvent(AuditEvent event)
Creates a log message in the following format ... "{repository_id} {user_id} {remote_ip} \"{resource}\" \"{action}\""

Specified by:
auditEvent in interface AuditListener
Parameters:
event - the event details.