Uses of Enum
org.glassfish.jersey.logging.LoggingFeature.Verbosity
Packages that use LoggingFeature.Verbosity
Package
Description
Logging feature provides the logging of requests and responses on server and client.
-
Uses of LoggingFeature.Verbosity in org.glassfish.jersey.logging
Fields in org.glassfish.jersey.logging declared as LoggingFeature.VerbosityModifier and TypeFieldDescriptionstatic final LoggingFeature.Verbosity
LoggingFeature.DEFAULT_VERBOSITY
Default verbosity for entity logging.private final LoggingFeature.Verbosity
LoggingFeature.verbosity
(package private) final LoggingFeature.Verbosity
LoggingInterceptor.verbosity
Methods in org.glassfish.jersey.logging that return LoggingFeature.VerbosityModifier and TypeMethodDescriptionstatic LoggingFeature.Verbosity
Returns the enum constant of this type with the specified name.static LoggingFeature.Verbosity[]
LoggingFeature.Verbosity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.jersey.logging with parameters of type LoggingFeature.VerbosityModifier and TypeMethodDescription(package private) static boolean
LoggingInterceptor.printEntity
(LoggingFeature.Verbosity verbosity, javax.ws.rs.core.MediaType mediaType) Returnstrue
if entity has to be printed.Constructors in org.glassfish.jersey.logging with parameters of type LoggingFeature.VerbosityModifierConstructorDescriptionClientLoggingFilter
(Logger logger, Level level, LoggingFeature.Verbosity verbosity, int maxEntitySize) Create a logging filter with custom logger and custom settings of entity logging.LoggingFeature
(Logger logger, Level level, LoggingFeature.Verbosity verbosity, Integer maxEntitySize) Creates the feature with custom logger, it's level, message verbosity and maximum number of bytes of entity to log.LoggingFeature
(Logger logger, LoggingFeature.Verbosity verbosity) Creates the feature with custom logger and verbosity.(package private)
LoggingInterceptor
(Logger logger, Level level, LoggingFeature.Verbosity verbosity, int maxEntitySize) Creates a logging filter with custom logger and entity logging turned on, but potentially limiting the size of entity to be buffered and logged.ServerLoggingFilter
(Logger logger, Level level, LoggingFeature.Verbosity verbosity, int maxEntitySize) Create a logging filter with custom logger and custom settings of entity logging.