Uses of Class
com.azure.core.http.policy.HttpLogDetailLevel
-
Packages that use HttpLogDetailLevel Package Description com.azure.core.http.policy 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 HttpLogDetailLevel Modifier and Type Method Description HttpLogDetailLevelHttpLogOptions. getLogLevel()Gets the level of detail to log on HTTP messages.static HttpLogDetailLevelHttpLogDetailLevel. valueOf(String name)Returns 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 HttpLogDetailLevel Modifier and Type Method Description HttpLogOptionsHttpLogOptions. setLogLevel(HttpLogDetailLevel logLevel)Sets the level of detail to log on Http messages.
-