Class 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  
    • 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)  
      • Methods inherited from class event.logging.impl.DefaultEventLoggingService

        isValidate, setValidate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface event.logging.EventLoggingService

        isValidate, setValidate
    • Field Detail

      • AUDIT_LOGGER_NAME

        public static final java.lang.String AUDIT_LOGGER_NAME
        See Also:
        Constant Field Values
    • Constructor Detail

      • QueryEventLoggingService

        @Inject
        public QueryEventLoggingService()
    • Method Detail

      • log

        public void log​(event.logging.Event event)
        Specified by:
        log in interface event.logging.EventLoggingService
        Overrides:
        log in class event.logging.impl.DefaultEventLoggingService
      • createEvent

        public event.logging.Event createEvent()
        Specified by:
        createEvent in interface event.logging.EventLoggingService
        Overrides:
        createEvent in class event.logging.impl.DefaultEventLoggingService
      • createAction

        public event.logging.Event createAction​(java.lang.String typeId,
                                                java.lang.String description)