public final class SdkStandardLogger extends Object
| Modifier and Type | Field and Description |
|---|---|
static software.amazon.awssdk.utils.Logger |
REQUEST_ID_LOGGER
Logger used for the purpose of logging the request id extracted either from the
http response header or from the response body.
|
static software.amazon.awssdk.utils.Logger |
REQUEST_LOGGER
Logger providing detailed information on requests/responses.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
logRequestId(software.amazon.awssdk.http.SdkHttpResponse response)
Log the response status code and request ID
|
public static final software.amazon.awssdk.utils.Logger REQUEST_LOGGER
public static final software.amazon.awssdk.utils.Logger REQUEST_ID_LOGGER
Copyright © 2022. All rights reserved.