Class HttpLoggingPolicy

java.lang.Object
com.azure.core.http.policy.HttpLoggingPolicy
All Implemented Interfaces:
HttpPipelinePolicy

public class HttpLoggingPolicy extends Object implements HttpPipelinePolicy
The pipeline policy that handles logging of HTTP requests and responses.
  • Field Details

  • Constructor Details

    • HttpLoggingPolicy

      public HttpLoggingPolicy(HttpLogOptions httpLogOptions)
      Creates an HttpLoggingPolicy with the given log configurations.
      Parameters:
      httpLogOptions - The HTTP logging configuration options.
  • Method Details