See: Description
Interface | Description |
---|---|
RequestLog | |
RequestLogBuilder |
Updates a
RequestLog with newly available information. |
RequestLogListener |
Invoked when
RequestLog meets the RequestLogAvailability specified with
RequestLog.addListener(RequestLogListener, RequestLogAvailability) . |
Class | Description |
---|---|
DefaultRequestLog |
Default
RequestLog implementation. |
RequestLogListenerInvoker |
Utility methods that invokes the callback methods of
RequestLogListener safely. |
Enum | Description |
---|---|
LogLevel |
Log level.
|
RequestLogAvailability |
Tells which properties are available in a
RequestLog . |
Exception | Description |
---|---|
RequestLogAvailabilityException |
A
RuntimeException raised when accessing a RequestLog property that's not available yet. |