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
Method Summary |
Log |
getLog(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 |
NoneLogFactory
public NoneLogFactory()
getLog
public final Log getLog(String channel)
- Description copied from interface:
LogFactory
- Return a log for the given channel name.
- Specified by:
getLog
in interface LogFactory
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.