Package org.apache.openjpa.lib.log
Interface LogFactory
-
- All Known Implementing Classes:
CommonsLogFactory,JULLogFactory,Log4J2LogFactory,Log4JLogFactory,LogFactoryAdapter,LogFactoryImpl,MultiLogFactory,NoneLogFactory,SLF4JLogFactory
public interface LogFactoryFactory for log instances.- Author:
- Abe White
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoggetLog(String channel)Return a log for the given channel name.
-