Interface IAccessEvent

All Superinterfaces:
ch.qos.logback.core.spi.DeferredProcessingAware
All Known Implementing Classes:
AccessEvent

public interface IAccessEvent extends ch.qos.logback.core.spi.DeferredProcessingAware

This class is the internal representation of events to be logged.

When the HTTP container wishes to log an HTTP access event, then an instance of this class is created. This instance is passed around to the different logback components.

Put differently, the logback-access project revolves around this interface.

Author:
Ceki Gülcü, Sébastien Pennec, Jörn Huxhorn