|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
org.apache.commons.logging | Simple wrapper API around multiple logging APIs. |
org.apache.commons.logging.impl | Concrete implementations of commons-logging wrapper APIs. |
Uses of Log in org.apache.commons.logging |
Methods in org.apache.commons.logging that return Log | |
abstract Log |
LogFactory.getInstance(Class clazz)
Convenience method to derive a name from the specified class and call getInstance(String) with it. |
abstract Log |
LogFactory.getInstance(String name)
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes. |
static Log |
LogFactory.getLog(Class clazz)
Convenience method to return a named logger, without the application having to care about factories. |
static Log |
LogFactory.getLog(String name)
Convenience method to return a named logger, without the application having to care about factories. |
static Log |
LogSource.getInstance(String name)
Deprecated. Get a Log instance by class name |
static Log |
LogSource.getInstance(Class clazz)
Deprecated. Get a Log instance by class |
static Log |
LogSource.makeNewLogInstance(String name)
Deprecated. Create a new Log implementation, based
on the given name.
|
Uses of Log in org.apache.commons.logging.impl |
Classes in org.apache.commons.logging.impl that implement Log | |
class |
Jdk14Logger
Implementation of the org.apache.commons.logging.Log
interfaces that wraps the standard JDK logging mechanisms that were
introduced in the Merlin release (JDK 1.4). |
class |
Log4JCategoryLog
Deprecated. Use Log4JLogger instead. |
class |
Log4JLogger
Implementation of Log that maps directly to a Log4J
Logger. |
class |
NoOpLog
Trivial implementation of Log that throws away all messages. |
class |
SimpleLog
Simple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err. |
Methods in org.apache.commons.logging.impl that return Log | |
Log |
Log4jFactory.getInstance(Class clazz)
Deprecated. Convenience method to derive a name from the specified class and call getInstance(String) with it. |
Log |
Log4jFactory.getInstance(String name)
Deprecated. |
Log |
LogFactoryImpl.getInstance(Class clazz)
Convenience method to derive a name from the specified class and call getInstance(String) with it. |
Log |
LogFactoryImpl.getInstance(String name)
Construct (if necessary) and return a Log instance,
using the factory's current set of configuration attributes. |
protected Log |
LogFactoryImpl.newInstance(String name)
Create and return a new Log
instance for the specified name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |