See: Description
Class | Description |
---|---|
ClientLoggingFilter |
Client filter logs requests and responses to specified logger, at required level, with entity or not.
|
LoggingFeature |
This feature enables logging request and/or response on client-side and/or server-side depending
on the context's
RuntimeType . |
LoggingFeatureAutoDiscoverable |
Auto-discoverable class that registers
LoggingFeature based on configuration properties. |
LoggingInterceptor |
An interceptor that logs an entity if configured so and provides a common logic for
ClientLoggingFilter
and ServerLoggingFilter . |
ServerLoggingFilter |
Server filter logs requests and responses to specified logger, at required level, with entity or not.
|
Enum | Description |
---|---|
LoggingFeature.Verbosity |
Verbosity determines how detailed message will be logged. |
See LoggingFeature
for more information.