public class AccessLogger extends Object implements AccessLoggerI
Modifier and Type | Method and Description |
---|---|
static AccessLogger |
getAccessLogger()
Returns the singleton access logger object
|
void |
logEntry(String username,
String vre,
AccessLogEntry entry)
Logs an entry to the appropriate file
|
public static AccessLogger getAccessLogger()
public void logEntry(String username, String vre, AccessLogEntry entry)
logEntry
in interface AccessLoggerI
username
- The username of the current uservre
- The current VREentry
- The type of entry that will be loggedCopyright © 2015. All Rights Reserved.