JTools

org.jtools.logging
Class DummyLogFactory

java.lang.Object
  extended by org.jtools.logging.AbstractLogFactory<org.jtools.logging.DummyLogger>
      extended by org.jtools.logging.DummyLogFactory
All Implemented Interfaces:
org.jpattern.logging.LogFactory

public class DummyLogFactory
extends AbstractLogFactory<org.jtools.logging.DummyLogger>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jpattern.logging.LogFactory
org.jpattern.logging.LogFactory.Support
 
Field Summary
static org.jpattern.logging.LogFactory SINGLETON
           
 
Constructor Summary
DummyLogFactory()
           
 
Method Summary
protected  org.jtools.logging.DummyLogger newLogger(String name)
           
protected  org.jtools.logging.DummyLogger newRootLogger()
           
 
Methods inherited from class org.jtools.logging.AbstractLogFactory
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final org.jpattern.logging.LogFactory SINGLETON
Constructor Detail

DummyLogFactory

public DummyLogFactory()
Method Detail

newLogger

protected org.jtools.logging.DummyLogger newLogger(String name)
Specified by:
newLogger in class AbstractLogFactory<org.jtools.logging.DummyLogger>

newRootLogger

protected org.jtools.logging.DummyLogger newRootLogger()
Specified by:
newRootLogger in class AbstractLogFactory<org.jtools.logging.DummyLogger>

JTools

© 2000-2006, JTools.org.