public final class SdkRequestLoggingConfiguration extends SdkHttpLoggingConfiguration<SdkRequestLoggingConfiguration,SdkRequestLoggingConfiguration.Builder> implements io.apimatic.coreinterfaces.logger.configuration.RequestLoggingConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
SdkRequestLoggingConfiguration.Builder
Builder class for
SdkHttpLoggingConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
SdkRequestLoggingConfiguration.Builder |
newBuilder()
Builds a new
SdkRequestLoggingConfiguration.Builder object. |
boolean |
shouldIncludeQueryInPath()
Checks if query parameters are included in the request path.
|
String |
toString()
Converts
SdkRequestLoggingConfiguration into string format. |
excludeHeaders, getHeadersToExclude, getHeadersToInclude, getHeadersToUnmask, includeHeaders, setLogBody, setLogHeaders, shouldLogBody, shouldLogHeaders, unmaskHeaderspublic boolean shouldIncludeQueryInPath()
shouldIncludeQueryInPath in interface io.apimatic.coreinterfaces.logger.configuration.RequestLoggingConfigurationpublic String toString()
SdkRequestLoggingConfiguration into string format.public SdkRequestLoggingConfiguration.Builder newBuilder()
SdkRequestLoggingConfiguration.Builder object. Creates the
instance with the current state.SdkRequestLoggingConfiguration.Builder object.Copyright © 2025. All rights reserved.