See: Description
| Interface | Description |
|---|---|
| ContentPreviewer |
Produces the preview of
RequestLog. |
| ContentPreviewerFactory |
A factory creating a
ContentPreviewer. |
| RequestLog | |
| RequestLogBuilder |
Updates a
RequestLog with newly available information. |
| RequestLogListener |
Invoked when
RequestLog meets the RequestLogAvailability specified with
RequestLog.addListener(RequestLogListener, RequestLogAvailability). |
| Class | Description |
|---|---|
| ContentPreviewerAdapter |
A skeletal
ContentPreviewer implementation in order for a user to implement only the methods
what he or she really needs. |
| DefaultRequestLog |
Default
RequestLog implementation. |
| LoggingDecoratorBuilder<T extends LoggingDecoratorBuilder<T>> |
Builds a new logging decorator.
|
| 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. |
Copyright © 2020 LeanCloud. All rights reserved.