com.flat502.rox.log.log4j
Class Log4JLogFactory

java.lang.Object
  extended by com.flat502.rox.log.LogFactoryImpl
      extended by com.flat502.rox.log.log4j.Log4JLogFactory

public class Log4JLogFactory
extends LogFactoryImpl


Constructor Summary
Log4JLogFactory()
           
 
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

Log4JLogFactory

public Log4JLogFactory()
Method Detail

newLog

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