| Package | Description |
|---|---|
| org.apache.commons.logging | |
| org.apache.commons.logging.impl |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<ClassLoader,AndroidLogFactory> |
AndroidLogFactory.factories
The previously constructed
AndroidLogFactory instances, keyed by the ClassLoader with which it was created. |
| Modifier and Type | Method and Description |
|---|---|
static AndroidLogFactory |
AndroidLogFactory.getFactory()
Construct (if necessary) and return a
AndroidLogFactory instance, using the following ordered lookup procedure to determine the
name of the implementation class to be loaded. |
protected static AndroidLogFactory |
AndroidLogFactory.newFactory(String factoryClass,
ClassLoader classLoader)
Return a new instance of the specified
AndroidLogFactory implementation class, loaded by the specified class loader. |
| Modifier and Type | Class and Description |
|---|---|
class |
AndroidLogFactoryImpl
Concrete subclass of
AndroidLogFactory that implements the following algorithm to dynamically select a logging implementation class to
instantiate a wrapper for. |
Copyright © 2014. All rights reserved.