Interface | Description |
---|---|
Log |
A simple logging interface abstracting logging APIs.
|
Class | Description |
---|---|
AndroidLog |
AndroidLog represents the
android.util.Log and it
confirms to the com.amazonaws.logging.Log interface. |
ApacheCommonsLogging | Deprecated
Use
AndroidLog instead. |
ConsoleLog |
Simple log to print to console.
|
Environment |
A utility for obtaining information about the current runtime environment.
|
LogFactory |
LogFactory mimics the
org.apache.commons.logging.LogFactory
for backwards compatibility. |
Enum | Description |
---|---|
LogFactory.Level |