|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.lib.log.LogFactoryAdapter
public abstract class LogFactoryAdapter
Base type that aids in adapting an external log framework to the
LogFactory
.
Constructor Summary | |
---|---|
LogFactoryAdapter()
|
Method Summary | |
---|---|
Log |
getLog(String channel)
Return a log for the given channel name. |
protected abstract Log |
newLogAdapter(String channel)
Return a log adapter for the given channel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogFactoryAdapter()
Method Detail |
---|
public Log getLog(String channel)
LogFactory
getLog
in interface LogFactory
protected abstract Log newLogAdapter(String channel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |