JavaGantt 2011.1 API

eu.beesoft.gaia.log.log4j
Class Log4jFactory

java.lang.Object
  extended by eu.beesoft.gaia.log.LogFactory
      extended by eu.beesoft.gaia.log.log4j.Log4jFactory

public class Log4jFactory
extends LogFactory

Log factory to work with Log4J logging.


Constructor Summary
Log4jFactory()
          Create a new instance of the JavaLogFactory.
 
Method Summary
protected  Log createLog(java.lang.String name)
          Creates and returns a new instance of Log4jLog.
 
Methods inherited from class eu.beesoft.gaia.log.LogFactory
getInstance, getLog, getLog, getLog, getThreadBoundIdentifier, setThreadBoundIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jFactory

public Log4jFactory()
Create a new instance of the JavaLogFactory.

Method Detail

createLog

protected Log createLog(java.lang.String name)
Creates and returns a new instance of Log4jLog.

Specified by:
createLog in class LogFactory
Parameters:
name - - a (class) name for logging
Returns:
newly created Log4jLog instance

JavaGantt 2011.1 API