Package org.glassfish.jersey.logging
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.
-
ClassDescriptionThis feature enables logging request and/or response on client-side and/or server-side depending on the context's
RuntimeType
.Builder class for logging feature configuration.Verbosity
determines how detailed message will be logged.Auto-discoverable class that registersLoggingFeature
based on configuration properties.