| Package | Description |
|---|---|
| org.apache.commons.logging.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAndroidLog
Implementation of Log for Android platform that sends all enabled log messages, for all defined loggers, to the Android logging System.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AndroidLog> |
AndroidLogFactoryImpl.instances
The
AndroidLog instances that have already been created, keyed by logger name. |
| Modifier and Type | Method and Description |
|---|---|
AndroidLog |
AndroidLogFactoryImpl.getInstance(Class<?> clazz)
Convenience method to derive a name from the specified class and call
getInstance(String) with it. |
AndroidLog |
AndroidLogFactoryImpl.getInstance(String name)
Construct (if necessary) and return a
AndroidLog instance, using the factory's current set of configuration attributes. |
protected AndroidLog |
AndroidLogFactoryImpl.newInstance(String name)
Create and return a new
AndroidLog instance for the specified name. |
Copyright © 2014. All rights reserved.