Package org.apache.openjpa.lib.log
Class CommonsLogFactory
- java.lang.Object
-
- org.apache.openjpa.lib.log.LogFactoryAdapter
-
- org.apache.openjpa.lib.log.CommonsLogFactory
-
- All Implemented Interfaces:
LogFactory
public class CommonsLogFactory extends LogFactoryAdapter
LogFactoryimplementation that delegates to the commons logging framework.- Author:
- Patrick Linskey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonsLogFactory.LogAdapterAdapts a commons logging log to theLoginterface.
-
Constructor Summary
Constructors Constructor Description CommonsLogFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LognewLogAdapter(java.lang.String channel)Return a log adapter for the given channel.-
Methods inherited from class org.apache.openjpa.lib.log.LogFactoryAdapter
getLog
-
-
-
-
Method Detail
-
newLogAdapter
protected Log newLogAdapter(java.lang.String channel)
Description copied from class:LogFactoryAdapterReturn a log adapter for the given channel. This method may be called multiple times for the same channel in concurrent situations.- Specified by:
newLogAdapterin classLogFactoryAdapter
-
-