Package org.apache.openjpa.lib.log
Class SLF4JLogFactory
- java.lang.Object
 - 
- org.apache.openjpa.lib.log.LogFactoryAdapter
 - 
- org.apache.openjpa.lib.log.SLF4JLogFactory
 
 
 
- 
- All Implemented Interfaces:
 LogFactory
public class SLF4JLogFactory extends LogFactoryAdapter
LogFactoryimplementation that delegates to the SLF4J framework. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSLF4JLogFactory.LogAdapterAdapts a Log4J logger to theLoginterface. 
- 
Constructor Summary
Constructors Constructor Description SLF4JLogFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LognewLogAdapter(String channel)Return a log adapter for the given channel.- 
Methods inherited from class org.apache.openjpa.lib.log.LogFactoryAdapter
getLog 
 - 
 
 - 
 
- 
- 
Method Detail
- 
newLogAdapter
protected Log newLogAdapter(String channel)
Description copied from class:LogFactoryAdapterReturn a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.- Specified by:
 newLogAdapterin classLogFactoryAdapter
 
 - 
 
 -