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 Link icon

    Nested Classes
    Modifier and Type
    Interface
    Description
    static 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 to HttpLogDetailLevel.BASIC or some other levels.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Get the http logging details.