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
Subclasses with type arguments of type LoggingFeature.Verbosity in org.glassfish.jersey.loggingModifier and TypeClassDescriptionstatic enumVerbositydetermines how detailed message will be logged.Fields in org.glassfish.jersey.logging declared as LoggingFeature.VerbosityModifier and TypeFieldDescriptionstatic final LoggingFeature.VerbosityLoggingFeature.DEFAULT_VERBOSITYDefault verbosity for entity logging.Methods in org.glassfish.jersey.logging that return LoggingFeature.VerbosityModifier and TypeMethodDescriptionstatic LoggingFeature.VerbosityReturns 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.Constructors in org.glassfish.jersey.logging with parameters of type LoggingFeature.VerbosityModifierConstructorDescriptionLoggingFeature(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.