Uses of Class
org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
Packages that use LoggingFeature.LoggingFeatureBuilder
Package
Description
Logging feature provides the logging of requests and responses on server and client.
-
Uses of LoggingFeature.LoggingFeatureBuilder in org.glassfish.jersey.logging
Methods in org.glassfish.jersey.logging that return LoggingFeature.LoggingFeatureBuilderModifier and TypeMethodDescriptionLoggingFeature.builder()
builder method to create LoggingFeature with required settingsLoggingFeature.LoggingFeatureBuilder.maxEntitySize
(Integer maxEntitySize) LoggingFeature.LoggingFeatureBuilder.redactHeaders
(Collection<String> redactHeaders) LoggingFeature.LoggingFeatureBuilder.verbosity
(LoggingFeature.Verbosity verbosity) LoggingFeature.LoggingFeatureBuilder.withLogger
(Logger logger) Constructors in org.glassfish.jersey.logging with parameters of type LoggingFeature.LoggingFeatureBuilderModifierConstructorDescriptionConstructor based on logging feature builder.