Uses of Enum Class
org.glassfish.jersey.logging.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
Modifier and TypeFieldDescriptionstatic final LoggingFeature.Verbosity
LoggingFeature.DEFAULT_VERBOSITY
Default verbosity for entity logging.Modifier and TypeMethodDescriptionstatic LoggingFeature.Verbosity
Returns the enum constant of this class with the specified name.static LoggingFeature.Verbosity[]
LoggingFeature.Verbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLoggingFeature.LoggingFeatureBuilder.verbosity
(LoggingFeature.Verbosity verbosity) ModifierConstructorDescriptionLoggingFeature
(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.