Class HttpLoggingProperties

java.lang.Object
com.azure.spring.cloud.core.properties.client.HttpLoggingProperties
All Implemented Interfaces:
HttpLoggingOptionsProvider.HttpLoggingOptions

public final class HttpLoggingProperties extends Object implements HttpLoggingOptionsProvider.HttpLoggingOptions
Options related to http logging. For example, if you want to log the http request or response, you could set the level to HttpLogDetailLevel.BASIC or some other levels.