Package | Description |
---|---|
org.glassfish.jersey.logging |
Logging feature provides the logging of requests and responses on server and client.
|
Modifier and Type | Field and Description |
---|---|
static LoggingFeature.Verbosity |
LoggingFeature.DEFAULT_VERBOSITY
Default verbosity for entity logging.
|
Modifier and Type | Method and Description |
---|---|
static LoggingFeature.Verbosity |
LoggingFeature.Verbosity.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
LoggingFeature.LoggingFeatureBuilder |
LoggingFeature.LoggingFeatureBuilder.verbosity(LoggingFeature.Verbosity verbosity) |
Constructor and Description |
---|
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.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.