Class StandardEngine.AccessLogListener

java.lang.Object
org.apache.catalina.core.StandardEngine.AccessLogListener
All Implemented Interfaces:
PropertyChangeListener, EventListener, ContainerListener, LifecycleListener
Enclosing class:
StandardEngine

protected static final class StandardEngine.AccessLogListener extends Object implements PropertyChangeListener, LifecycleListener, ContainerListener
Listener that manages access log configuration for engine, host, and context lifecycle events.
  • Constructor Details

    • AccessLogListener

      public AccessLogListener(StandardEngine engine, Host host, Context context)
      Creates a new AccessLogListener for the given engine, host, and context.
      Parameters:
      engine - The engine to monitor
      host - The host to monitor, or null
      context - The context to monitor, or null
  • Method Details