Uses of Enum
com.azure.core.http.policy.HttpLogDetailLevel
Packages that use HttpLogDetailLevel
Package
Description
This package contains the HttpPipelinePolicy interface and its implementations.
-
Uses of HttpLogDetailLevel in com.azure.core.http.policy
Subclasses with type arguments of type HttpLogDetailLevel in com.azure.core.http.policyModifier and TypeClassDescriptionenumTheHttpLogDetailLevelclass is an enumeration of the levels of detail to log on HTTP messages.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.