JTools

org.jtools.logging
Class PrintStreamLogFactory

java.lang.Object
  extended by org.jtools.logging.AbstractLogFactory
      extended by org.jtools.logging.PrintStreamLogFactory
All Implemented Interfaces:
org.jpattern.logging.LogFactory

public class PrintStreamLogFactory
extends AbstractLogFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jpattern.logging.LogFactory
org.jpattern.logging.LogFactory.Support
 
Constructor Summary
PrintStreamLogFactory()
           
PrintStreamLogFactory(PrintStream out)
           
 
Method Summary
protected  org.jpattern.logging.Logger newLogger(String name)
           
protected  org.jpattern.logging.Logger 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
 

Constructor Detail

PrintStreamLogFactory

public PrintStreamLogFactory(PrintStream out)

PrintStreamLogFactory

public PrintStreamLogFactory()
Method Detail

newLogger

protected org.jpattern.logging.Logger newLogger(String name)
Specified by:
newLogger in class AbstractLogFactory

newRootLogger

protected org.jpattern.logging.Logger newRootLogger()
Specified by:
newRootLogger in class AbstractLogFactory

JTools

© 2000-2006, JTools.org.