| Package | Description |
|---|---|
| com.azure.core.http.policy |
Package containing HttpPipelinePolicy interface and it's implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpLogDetailLevel |
HttpLogDetailLevel.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.
|
| Constructor and Description |
|---|
HttpLoggingPolicy(HttpLogDetailLevel detailLevel)
Creates an HttpLoggingPolicy with the given log level.
|
HttpLoggingPolicy(HttpLogDetailLevel detailLevel,
boolean prettyPrintJSON)
Creates an HttpLoggingPolicy with the given log level and pretty printing setting.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.