Package org.apache.openjpa.lib.log
Class NoneLogFactory
java.lang.Object
org.apache.openjpa.lib.log.NoneLogFactory
- All Implemented Interfaces:
LogFactory
A log factory implementation that does not do any logging, as
quickly as possible.
- Author:
- Patrick Linskey
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NoneLogFactory
public NoneLogFactory()
-
-
Method Details
-
getLog
Description copied from interface:LogFactory
Return a log for the given channel name.- Specified by:
getLog
in interfaceLogFactory
-