com.solarmetric.log
Class  NoOpLogFactory
java.lang.Object
  |
  +--com.solarmetric.log.NoOpLogFactory
- All Implemented Interfaces: 
- LogFactory
- public class NoOpLogFactory- extends Object- implements LogFactory
A log factory implementation that does not do any logging, as
	quickly as possible.
 
| 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 | 
 
NoOpLogFactory
public NoOpLogFactory()
getLog
public final Log getLog(String channel)
- Description copied from interface: LogFactory
- Return a log for the given channel name.- 
- Specified by: 
- getLogin interface- LogFactory
 
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.