| 
 | |||||||||||
| 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  org.apache.commons.logging.Log | LogFactory.getInstance(java.lang.Class clazz)Convenience method to derive a name from the specified class and call getInstance(String)with it. | 
| abstract  org.apache.commons.logging.Log | LogFactory.getInstance(java.lang.String name)Construct (if necessary) and return a Loginstance,
 using the factory's current set of configuration attributes. | 
| static org.apache.commons.logging.Log | LogFactory.getLog(java.lang.Class clazz)Convenience method to return a named logger, without the application having to care about factories. | 
| static org.apache.commons.logging.Log | LogFactory.getLog(java.lang.String name)Convenience method to return a named logger, without the application having to care about factories. | 
| static org.apache.commons.logging.Log | LogSource.getInstance(java.lang.String name)Deprecated. Get a Loginstance by class name | 
| static org.apache.commons.logging.Log | LogSource.getInstance(java.lang.Class clazz)Deprecated. Get a Loginstance by class | 
| static org.apache.commons.logging.Log | LogSource.makeNewLogInstance(java.lang.String name)Deprecated. Create a new Logimplementation, 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 | AvalonLoggerImplementation of commons-logging Log interface that delegates all logging calls to the Avalon logging abstraction: the Logger interface. | 
|  class | Jdk13LumberjackLoggerImplementation of the org.apache.commons.logging.Loginterface that wraps the standard JDK logging mechanisms that are
 available in SourceForge's Lumberjack for JDKs prior to 1.4. | 
|  class | Jdk14LoggerImplementation of the org.apache.commons.logging.Loginterface that wraps the standard JDK logging mechanisms that were
 introduced in the Merlin release (JDK 1.4). | 
|  class | Log4JCategoryLogDeprecated. Use Log4JLoggerinstead. | 
|  class | Log4JLoggerImplementation of Logthat maps directly to a Log4J
 Logger. | 
|  class | LogKitLoggerImplementation of org.apache.commons.logging.Logthat wraps the avalon-logkit
 logging system. | 
|  class | NoOpLogTrivial implementation of Log that throws away all messages. | 
|  class | SimpleLogSimple 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 | |
|  org.apache.commons.logging.Log | Log4jFactory.getInstance(java.lang.Class clazz)Deprecated. Convenience method to derive a name from the specified class and call getInstance(String)with it. | 
|  org.apache.commons.logging.Log | Log4jFactory.getInstance(java.lang.String name)Deprecated. | 
|  org.apache.commons.logging.Log | LogFactoryImpl.getInstance(java.lang.Class clazz)Convenience method to derive a name from the specified class and call getInstance(String)with it. | 
|  org.apache.commons.logging.Log | LogFactoryImpl.getInstance(java.lang.String name)Construct (if necessary) and return a Loginstance,
 using the factory's current set of configuration attributes. | 
| protected  org.apache.commons.logging.Log | LogFactoryImpl.newInstance(java.lang.String name)Create and return a new Loginstance for the specified name. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||