Package org.apache.openjpa.lib.log
Class NoneLogFactory
- java.lang.Object
 - 
- org.apache.openjpa.lib.log.NoneLogFactory
 
 
- 
- All Implemented Interfaces:
 LogFactory
public class NoneLogFactory extends Object implements LogFactory
A log factory implementation that does not do any logging, as quickly as possible.- Author:
 - Patrick Linskey
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoneLogFactory.NoneLogNo-op log. 
- 
Constructor Summary
Constructors Constructor Description NoneLogFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggetLog(String channel)Return a log for the given channel name. 
 - 
 
- 
- 
Method Detail
- 
getLog
public final Log getLog(String channel)
Description copied from interface:LogFactoryReturn a log for the given channel name.- Specified by:
 getLogin interfaceLogFactory
 
 - 
 
 -