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.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
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 toHttpLogDetailLevel.BASIC
or some other levels. -
Method Summary
Modifier and TypeMethodDescriptionGet the http logging details.
-
Method Details
-
getLogging
HttpLoggingOptionsProvider.HttpLoggingOptions getLogging()Get the http logging details.- Returns:
- the http logging.
-