Interface RequestLogAccess

All Known Subinterfaces:
RequestLog, RequestLogBuilder, RequestOnlyLog

public interface RequestLogAccess
Provides the access to a RequestLog or RequestOnlyLog, while ensuring the interested RequestLogPropertys are available.

The properties provided by RequestLog are not always fully available. Use the following methods to access the properties safely:

If you are sure that certain properties are available, you can convert a RequestLogAccess into a RequestLog or RequestOnlyLog by using the "ensure*()" methods, such as ensureComplete() and ensureRequestComplete().