| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogFactory | |
|---|---|
| org.apache.openjpa.lib.conf | Configuration Framework | 
| org.apache.openjpa.lib.log | Logging | 
| Uses of LogFactory in org.apache.openjpa.lib.conf | 
|---|
| Methods in org.apache.openjpa.lib.conf that return LogFactory | |
|---|---|
|  LogFactory | Configuration.getLogFactory()The log factory. | 
|  LogFactory | ConfigurationImpl.getLogFactory() | 
| Methods in org.apache.openjpa.lib.conf with parameters of type LogFactory | |
|---|---|
|  void | Configuration.setLogFactory(LogFactory factory)The log factory. | 
|  void | ConfigurationImpl.setLogFactory(LogFactory logFactory) | 
| Uses of LogFactory in org.apache.openjpa.lib.log | 
|---|
| Classes in org.apache.openjpa.lib.log that implement LogFactory | |
|---|---|
|  class | CommonsLogFactoryLogFactoryimplementation that delegates to the commons logging
 framework. | 
|  class | Log4JLogFactoryLogFactoryimplementation that delegates to the Log4J framework. | 
|  class | LogFactoryAdapterBase type that aids in adapting an external log framework to the LogFactory. | 
|  class | LogFactoryImplDefault LogFactoryimplementation. | 
|  class | MultiLogFactoryA LogFactory implementation to pass events through multiple LogFactory implementations(such as log4j and LogPanelFactory). | 
|  class | NoneLogFactoryA log factory implementation that does not do any logging, as quickly as possible. | 
| Methods in org.apache.openjpa.lib.log that return LogFactory | |
|---|---|
|  LogFactory[] | MultiLogFactory.getDelegates()Returns the delegates that this MultiLogFactory delegates messages to. | 
| Methods in org.apache.openjpa.lib.log with parameters of type LogFactory | |
|---|---|
|  void | MultiLogFactory.addLogFactory(LogFactory factory) | 
|  void | MultiLogFactory.removeLogFactory(LogFactory factory) | 
| Constructors in org.apache.openjpa.lib.log with parameters of type LogFactory | |
|---|---|
| MultiLogFactory(LogFactory[] delegates)Create an instance with the given delegates. | |
| MultiLogFactory(LogFactory d1,
                LogFactory d2)Create an instance with the given delegates. | |
| MultiLogFactory(LogFactory d1,
                LogFactory d2,
                LogFactory d3)Create an instance with the given delegates. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||