Interface IAccessEvent

All Superinterfaces:
DeferredProcessingAware
All Known Implementing Classes:
AccessEvent

public interface IAccessEvent extends DeferredProcessingAware
The Access module's internal representation of logging events. When the logging component instance is called in the container to log then a AccessEvent instance is created. This instance is passed around to the different logback components.
Author:
Ceki Gülcü, Sébastien Pennec, Jörn Huxhorn