Package org.apache.openjpa.lib.log
Interface LogFactory
- All Known Implementing Classes:
CommonsLogFactory,JULLogFactory,Log4J2LogFactory,Log4JLogFactory,LogFactoryAdapter,LogFactoryImpl,MultiLogFactory,NoneLogFactory,SLF4JLogFactory
public interface LogFactory
Factory for log instances.
- Author:
- Abe White
-
Method Summary
-
Method Details
-
getLog
Return a log for the given channel name.
-