org.objectweb.proactive.core.util.log
Class ProActiveLoggerFactory

java.lang.Object
  extended byorg.objectweb.proactive.core.util.log.ProActiveLoggerFactory
All Implemented Interfaces:
org.apache.log4j.spi.LoggerFactory

public class ProActiveLoggerFactory
extends java.lang.Object
implements org.apache.log4j.spi.LoggerFactory

Author:
Alexandre di Costanzo Created on Feb 21, 2005

Constructor Summary
ProActiveLoggerFactory()
           
 
Method Summary
 org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
          Creates a new ProActiveLogger with Diagnostic Context information (hostname and runtime).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveLoggerFactory

public ProActiveLoggerFactory()
Method Detail

makeNewLoggerInstance

public org.apache.log4j.Logger makeNewLoggerInstance(java.lang.String name)
Creates a new ProActiveLogger with Diagnostic Context information (hostname and runtime).

Specified by:
makeNewLoggerInstance in interface org.apache.log4j.spi.LoggerFactory
See Also:
LoggerFactory.makeNewLoggerInstance(java.lang.String)


Copyright 2001-2005 INRIA All Rights Reserved.