|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.application.framework.accesslogger.library.impl.AccessLogger
public class AccessLogger
Access logger class will be used to log all the needed entries
Method Summary | |
---|---|
static AccessLogger |
getAccessLogger()
Returns the singleton access logger object |
void |
logEntry(java.lang.String username,
java.lang.String vre,
AccessLogEntry entry)
Logs an entry to the appropriate file |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AccessLogger getAccessLogger()
public void logEntry(java.lang.String username, java.lang.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 logged
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |