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.EventLoggingServiceA 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.StringAUDIT_LOGGER_NAME
-
Constructor Summary
Constructors Constructor Description QueryEventLoggingService()
-
Method Summary
Modifier and Type Method Description event.logging.EventcreateAction(java.lang.String typeId, java.lang.String description)event.logging.EventcreateEvent()voidlog(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:
login interfaceevent.logging.EventLoggingService- Overrides:
login classevent.logging.impl.DefaultEventLoggingService
-
createEvent
public event.logging.Event createEvent()
- Specified by:
createEventin interfaceevent.logging.EventLoggingService- Overrides:
createEventin classevent.logging.impl.DefaultEventLoggingService
-
createAction
public event.logging.Event createAction(java.lang.String typeId, java.lang.String description)
-
-