| Package | Description |
|---|---|
| com.tomasteubner.common.logging | |
| com.tomasteubner.common.logging.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static Logger |
LoggerFactory.getLogger(Class<?> clazz)
Get logger by class or create a new one.
|
static Logger |
LoggerFactory.getLogger(String name)
Get logger by name or create a new one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLogger |
class |
LoggerBase |
class |
SimpleAndroidLogger |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Logger> |
AndroidLogFactoryImpl.instances
The
org.apache.commons.logging.Logger instances that have already been created, keyed by logger name. |
| 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
org.apache.commons.logging.Logger instance for the specified name. |
Copyright © 2014 Tomas Teubner. All rights reserved.