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(java.lang.String channel)Return a log for the given channel name.
-
-
-
Method Detail
-
getLog
Log getLog(java.lang.String channel)
Return a log for the given channel name.
-
-