|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(java.lang.String channel)
Return a log for the given channel name. |
protected abstract Log |
newLogAdapter(java.lang.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(java.lang.String channel)
LogFactory
getLog in interface LogFactoryprotected abstract Log newLogAdapter(java.lang.String channel)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||