Package org.apache.openjpa.lib.log
Class LogFactoryAdapter
- java.lang.Object
 - 
- org.apache.openjpa.lib.log.LogFactoryAdapter
 
 
- 
- All Implemented Interfaces:
 LogFactory
- Direct Known Subclasses:
 CommonsLogFactory,Log4J2LogFactory,Log4JLogFactory,SLF4JLogFactory
public abstract class LogFactoryAdapter extends Object implements LogFactory
Base type that aids in adapting an external log framework to theLogFactory.- Author:
 - Abe White
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LogFactoryAdapter() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description LoggetLog(String channel)Return a log for the given channel name.protected abstract LognewLogAdapter(String channel)Return a log adapter for the given channel. 
 - 
 
- 
- 
Method Detail
- 
getLog
public Log getLog(String channel)
Description copied from interface:LogFactoryReturn a log for the given channel name.- Specified by:
 getLogin interfaceLogFactory
 
 - 
 
 -