Package | Description |
---|---|
com.amazonaws.auth | |
com.amazonaws.log |
Modifier and Type | Field and Description |
---|---|
protected static InternalLogApi |
AWS4Signer.log |
Modifier and Type | Class and Description |
---|---|
class |
CommonsLog
Used to delegate internal logging of the signers and core classes to Jakarta
Commons Logging.
|
Modifier and Type | Method and Description |
---|---|
protected InternalLogApi |
JulLogFactory.doGetLog(Class<?> clazz) |
protected InternalLogApi |
CommonsLogFactory.doGetLog(Class<?> clazz) |
protected abstract InternalLogApi |
InternalLogFactory.doGetLog(Class<?> clazz)
SPI to return a logger given a class.
|
protected InternalLogApi |
JulLogFactory.doGetLog(String name) |
protected InternalLogApi |
CommonsLogFactory.doGetLog(String name) |
protected abstract InternalLogApi |
InternalLogFactory.doGetLog(String name)
SPI to return a logger given a name.
|
static InternalLogApi |
InternalLogFactory.getLog(Class<?> clazz)
Returns an SDK logger that logs using the currently configured default
log factory, given the class.
|
static InternalLogApi |
InternalLogFactory.getLog(String name)
Returns an SDK logger that logs using the currently configured default
log factory, given the name.
|
Copyright © 2023. All rights reserved.