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
Base type that aids in adapting an external log framework to the
LogFactory
.- Author:
- Abe White
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LogFactoryAdapter
public LogFactoryAdapter()
-
-
Method Details
-
getLog
Description copied from interface:LogFactory
Return a log for the given channel name.- Specified by:
getLog
in interfaceLogFactory
-
newLogAdapter
Return a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.
-