Interface HttpLoggingOptionsProvider

All Known Subinterfaces:
ClientOptionsProvider.HttpClientOptions
All Known Implementing Classes:
HttpClientProperties

public interface HttpLoggingOptionsProvider
Interface to be implemented by classes that wish to describe logging options in http-based client sdks options. For example, if you want to log the http request or response, you could set the level to HttpLogDetailLevel.BASIC or some other levels.