Uses of Enum
com.azure.core.http.policy.HttpLogDetailLevel
Packages that use HttpLogDetailLevel
Package
Description
Package containing HttpPipelinePolicy interface and its implementations.
-
Uses of HttpLogDetailLevel in com.azure.core.http.policy
Methods in com.azure.core.http.policy that return HttpLogDetailLevelModifier and TypeMethodDescriptionHttpLogOptions.getLogLevel()Gets the level of detail to log on HTTP messages.static HttpLogDetailLevelReturns the enum constant of this type with the specified name.static HttpLogDetailLevel[]HttpLogDetailLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.core.http.policy with parameters of type HttpLogDetailLevelModifier and TypeMethodDescriptionHttpLogOptions.setLogLevel(HttpLogDetailLevel logLevel) Sets the level of detail to log on Http messages.