Package org.glassfish.jersey.logging
Logging feature provides the logging of requests and responses on server and client.
The package contains internal server-side and client-side filters, a base abstract logging interceptor, logging feature class
and it's auto-discoverable class.
See LoggingFeature
for more information.
-
Class Summary 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'sRuntimeType
.LoggingFeatureAutoDiscoverable Auto-discoverable class that registersLoggingFeature
based on configuration properties.LoggingInterceptor An interceptor that logs an entity if configured so and provides a common logic forClientLoggingFilter
andServerLoggingFilter
.ServerLoggingFilter Server filter logs requests and responses to specified logger, at required level, with entity or not. -
Enum Summary Enum Description LoggingFeature.Verbosity Verbosity
determines how detailed message will be logged.