|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openjpa.lib.log.NoneLogFactory
public class NoneLogFactory
A log factory implementation that does not do any logging, as quickly as possible.
Nested Class Summary | |
---|---|
static class |
NoneLogFactory.NoneLog
No-op log. |
Constructor Summary | |
---|---|
NoneLogFactory()
|
Method Summary | |
---|---|
Log |
getLog(java.lang.String channel)
Return a log for the given channel name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoneLogFactory()
Method Detail |
---|
public final Log getLog(java.lang.String channel)
LogFactory
getLog
in interface LogFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |