public class ApiLoggingConfiguration extends Object implements ReadonlyLoggingConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
ApiLoggingConfiguration.Builder
Class to build instances of
ApiLoggingConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.logger.configuration.LoggingConfiguration |
getConfiguration()
Returns the SdkLoggingConfiguration instance.
|
org.slf4j.event.Level |
getLevel()
Getter for level.
|
org.slf4j.Logger |
getLogger()
Getter for Logger.
|
boolean |
getMaskSensitiveHeaders()
Getter for mask sensitive header.
|
ReadonlyRequestLoggingConfiguration |
getRequestConfig()
Getter for the Request.
|
ReadonlyResponseLoggingConfiguration |
getResponseConfig()
Getter for the ResponseLoggingConfiguration.
|
ApiLoggingConfiguration.Builder |
newBuilder()
Builds a new
ApiLoggingConfiguration.Builder object. |
String |
toString()
Converts this LoggingConfiguration into string format.
|
public org.slf4j.Logger getLogger()
getLogger in interface ReadonlyLoggingConfigurationpublic org.slf4j.event.Level getLevel()
getLevel in interface ReadonlyLoggingConfigurationpublic boolean getMaskSensitiveHeaders()
getMaskSensitiveHeaders in interface ReadonlyLoggingConfigurationpublic ReadonlyRequestLoggingConfiguration getRequestConfig()
getRequestConfig in interface ReadonlyLoggingConfigurationpublic ReadonlyResponseLoggingConfiguration getResponseConfig()
getResponseConfig in interface ReadonlyLoggingConfigurationpublic io.apimatic.coreinterfaces.logger.configuration.LoggingConfiguration getConfiguration()
public String toString()
public ApiLoggingConfiguration.Builder newBuilder()
ApiLoggingConfiguration.Builder object. Creates the
instance with the current state.ApiLoggingConfiguration.Builder object.Copyright © 2025. All rights reserved.