| Class | Description |
|---|---|
| AndroidLogFactoryImpl |
Concrete subclass of
AndroidLogFactory that implements the following algorithm to dynamically select a logging implementation class to
instantiate a wrapper for. |
| AndroidLogger |
Implementation of
org.apache.commons.logging.Log interface which delegates all processing to android.util.Log instance. |
| AndroidLoggerFactory |
Concrete subclass of
LogFactory. |
| LogFactoryImpl |
Concrete subclass of
LogFactory that implements the following algorithm to dynamically select a logging implementation class to instantiate a wrapper for. |
| SimpleAndroidLog |
Implementation of Log for Android platform that sends all enabled log messages, for all defined loggers, to the Android logging System.
|
| SimpleLog |
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.
|
Copyright © 2014. All rights reserved.