Package | Description |
---|---|
com.amazonaws.auth | |
com.amazonaws.internal | |
com.amazonaws.internal.config | |
com.amazonaws.log |
Modifier and Type | Field and Description |
---|---|
protected static InternalLogApi |
AWS4Signer.log |
private static InternalLogApi |
AWS3Signer.log |
Modifier and Type | Field and Description |
---|---|
private static InternalLogApi |
SdkIOUtils.defaultLog |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
SdkIOUtils.closeQuietly(java.io.Closeable is,
InternalLogApi log)
Closes the given Closeable quietly.
|
Modifier and Type | Field and Description |
---|---|
private static InternalLogApi |
InternalConfig.log |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLog
Used to delegate internal logging of the signers and core classes to Jakarta
Commons Logging.
|
(package private) class |
InternalLog
Used to delegate internal logging of the signers and core classes to the
currently configured default logging framework of the SDK.
|
(package private) class |
JulLog
Used to delegate internal logging of the signers and core classes to JUL.
|
Modifier and Type | Method and Description |
---|---|
protected InternalLogApi |
JulLogFactory.doGetLog(java.lang.Class<?> clazz) |
protected abstract InternalLogApi |
InternalLogFactory.doGetLog(java.lang.Class<?> clazz)
SPI to return a logger given a class.
|
protected InternalLogApi |
CommonsLogFactory.doGetLog(java.lang.Class<?> clazz) |
protected InternalLogApi |
JulLogFactory.doGetLog(java.lang.String name) |
protected abstract InternalLogApi |
InternalLogFactory.doGetLog(java.lang.String name)
SPI to return a logger given a name.
|
protected InternalLogApi |
CommonsLogFactory.doGetLog(java.lang.String name) |
static InternalLogApi |
InternalLogFactory.getLog(java.lang.Class<?> clazz)
Returns an SDK logger that logs using the currently configured default
log factory, given the class.
|
static InternalLogApi |
InternalLogFactory.getLog(java.lang.String name)
Returns an SDK logger that logs using the currently configured default
log factory, given the name.
|
private InternalLogApi |
InternalLog.logger() |