| Package | Description |
|---|---|
| com.tomasteubner.common.logging | |
| com.tomasteubner.common.logging.impl |
| 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. |
abstract Logger |
AndroidLogFactory.getInstance(String name)
Construct (if necessary) and return a
Log instance, using
the factory's current set of configuration attributes. |
static Logger |
AndroidLogFactory.getLog(String name)
Convenience method to return a named logger, without the application
having to care about factories.
|
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 | Method and Description |
|---|---|
Logger |
AndroidLogFactoryImpl.getInstance(String name)
Construct (if necessary) and return a
Logger instance, using the factory's current set of configuration attributes. |
protected Logger |
AndroidLogFactoryImpl.newInstance(String name)
Create and return a new
Logger instance for the specified name. |
Copyright © 2014–2015 Tomas Teubner. All rights reserved.