See: Description
| Interface | Description |
|---|---|
| ContentPreviewer |
Produces the preview of
RequestLog. |
| ContentPreviewerFactory |
A factory creating a
ContentPreviewer. |
| RequestLog | |
| RequestLogAccess |
Provides the access to a
RequestLog or RequestOnlyLog, while ensuring the interested
RequestLogPropertys are available. |
| RequestLogBuilder |
Updates a
RequestLog with newly available information. |
| RequestOnlyLog |
A set of informational properties for request-side only, collected while consuming a
Request. |
| Class | Description |
|---|---|
| ClientConnectionTimings |
A holder class which has the timing information about a connection attempt before a client
sends a
Request. |
| ClientConnectionTimingsBuilder |
Builds a new
ClientConnectionTimings. |
| ContentPreviewerFactoryBuilder |
A builder which builds a
ContentPreviewerFactory. |
| LoggingDecoratorBuilder |
Builds a new logging decorator.
|
| RequestContextExporter |
Exports the specified properties from current
RequestContext to Map. |
| RequestContextExporterBuilder |
Builds a new
RequestContextExporter. |
| Enum | Description |
|---|---|
| BuiltInProperty |
A built-in property exported by
RequestContextExporter. |
| LogLevel |
Log level.
|
| RequestLogProperty |
A property of
RequestLog, used for identifying properties that have been populated during request
processing. |
| Exception | Description |
|---|---|
| RequestLogAvailabilityException |
A
RuntimeException raised when accessing a RequestLog property that's not available yet. |
Copyright © 2020 LeanCloud. All rights reserved.