azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

Simplify Logging policy

Open samvaity opened this issue 1 year ago • 0 comments

Major updates

  • HttpLogDetailLevel enum made internal to HttpLogOptions
  • Removed pretty print functionality, can be achieved with directly with Binary Data
  • Removed applicationId deprecated methods from HttpLogOptions
  • Removed HttpResponseLoggingContext and HttpRequestLoggingContext in favor of context data and logger info from HttpRequest
  • Moved LogLevel enum and LoggingEventBuilder internal to ClientLogger

samvaity avatar Feb 20 '24 20:02 samvaity