Package stroom.query.audit
Class QueryEventLoggingService
- java.lang.Object
-
- event.logging.impl.DefaultEventLoggingService
-
- stroom.query.audit.QueryEventLoggingService
-
- All Implemented Interfaces:
event.logging.EventLoggingService
public class QueryEventLoggingService extends event.logging.impl.DefaultEventLoggingService implements event.logging.EventLoggingService
A standard implementation of the Event Logging Service that can be used across various Stroom micorservices.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUDIT_LOGGER_NAME
-
Constructor Summary
Constructors Constructor Description QueryEventLoggingService()
-
Method Summary
Modifier and Type Method Description event.logging.Event
createAction(java.lang.String typeId, java.lang.String description)
event.logging.Event
createEvent()
void
log(event.logging.Event event)
-
-
-
Field Detail
-
AUDIT_LOGGER_NAME
public static final java.lang.String AUDIT_LOGGER_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
log
public void log(event.logging.Event event)
- Specified by:
log
in interfaceevent.logging.EventLoggingService
- Overrides:
log
in classevent.logging.impl.DefaultEventLoggingService
-
createEvent
public event.logging.Event createEvent()
- Specified by:
createEvent
in interfaceevent.logging.EventLoggingService
- Overrides:
createEvent
in classevent.logging.impl.DefaultEventLoggingService
-
createAction
public event.logging.Event createAction(java.lang.String typeId, java.lang.String description)
-
-