com.flat502.rox.log
Class SimpleLogFactory

java.lang.Object
  extended by com.flat502.rox.log.LogFactoryImpl
      extended by com.flat502.rox.log.SimpleLogFactory

public class SimpleLogFactory
extends LogFactoryImpl


Constructor Summary
SimpleLogFactory(Log log)
           
 
Method Summary
 Log newLog(java.lang.String name)
           
 
Methods inherited from class com.flat502.rox.log.LogFactoryImpl
getLog, getLog, newLog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLogFactory

public SimpleLogFactory(Log log)
Method Detail

newLog

public Log newLog(java.lang.String name)
Specified by:
newLog in class LogFactoryImpl