Package com.illumon.util.jettyhelper
Class JettyServerAuditEventLogger
java.lang.Object
com.illumon.util.jettyhelper.JettyServerAuditEventLogger
- All Implemented Interfaces:
AuditEventLoggerBasic
,AuditEventLoggerBasicEx
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.util.audit.AuditEventLoggerBasicEx
AuditEventLoggerBasicEx.Null
-
Constructor Summary
ConstructorsConstructorDescriptionJettyServerAuditEventLogger
(AuditEventLogger auditEventLogLogger, String jettyHostName, int port, String mainClassName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
log
(UserContext userContext, String event, String details) void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.illumon.util.audit.AuditEventLoggerBasicEx
basicAuditEventBuilder
-
Constructor Details
-
JettyServerAuditEventLogger
public JettyServerAuditEventLogger(@Nullable AuditEventLogger auditEventLogLogger, String jettyHostName, int port, String mainClassName)
-
-
Method Details
-
log
-
log
public void log(@Nullable UserContext user, @Nullable String namespace, @Nullable String tableName, String event, String details) - Specified by:
log
in interfaceAuditEventLoggerBasicEx
-
log
public void log(@Nullable String namespace, @Nullable String tableName, String event, String details) - Specified by:
log
in interfaceAuditEventLoggerBasicEx
-
log
- Specified by:
log
in interfaceAuditEventLoggerBasic
-