Interface ILogData

All Superinterfaces:
Serializable
All Known Implementing Classes:
DelegateLogData, ListenerLogData, NoLogData, PageLogData, ResourceLogData, ResourceReferenceLogData, ResourceStreamLogData

public interface ILogData extends Serializable
Base interface for log data collected by request handlers. Implementations of this interface should be read-only beans and should provide a toString method.
Author:
Emond Papegaaij