| Package | Description |
|---|---|
| com.paypal.sdk.logging.configuration |
| Modifier and Type | Method and Description |
|---|---|
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.Builder.body(boolean logBody)
Sets whether to log the body.
|
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.Builder.excludeHeaders(String... excludeHeaders)
Sets the headers to be excluded from logging.
|
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.Builder.headers(boolean logHeaders)
Sets whether to log the headers.
|
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.Builder.includeHeaders(String... includeHeaders)
Sets the headers to be included in logging.
|
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.newBuilder()
Builds a new
ApiResponseLoggingConfiguration.Builder object. |
ApiResponseLoggingConfiguration.Builder |
ApiResponseLoggingConfiguration.Builder.unmaskHeaders(String... unmaskHeaders)
Sets the headers to be unmasked in logging.
|
| Modifier and Type | Method and Description |
|---|---|
ApiLoggingConfiguration.Builder |
ApiLoggingConfiguration.Builder.responseConfig(Consumer<ApiResponseLoggingConfiguration.Builder> action)
Sets the ResponseLoggingConfiguration.Builder for the builder.
|
Copyright © 2025. All rights reserved.