Package | Description |
---|---|
com.amazonaws.auth | |
com.amazonaws.logging | |
com.amazonaws.util |
Modifier and Type | Field and Description |
---|---|
protected static Log |
AWS4Signer.log |
Modifier and Type | Class and Description |
---|---|
class |
AndroidLog
AndroidLog represents the
android.util.Log and it
confirms to the com.amazonaws.logging.Log interface. |
class |
ApacheCommonsLogging
This is a wrapper over the Apache Commons
Logging framework.
|
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class clazz)
Get the logger for the clazz
|
static Log |
LogFactory.getLog(String logTag)
Get the logger for the string tag
|
Modifier and Type | Method and Description |
---|---|
static void |
IOUtils.closeQuietly(Closeable is,
Log log)
Closes the given Closeable quietly.
|
static void |
IOUtils.release(Closeable is,
Log log)
Releases the given
Closeable especially if it was an instance of
Releasable . |
Copyright © 2019. All rights reserved.