org.objectweb.proactive.core.util
Class ProActiveLogger

java.lang.Object
  extended byorg.objectweb.proactive.core.util.ProActiveLogger

public class ProActiveLogger
extends java.lang.Object

Author:
Arnaud Contes This class stores all logger used in proactive. It provides an easy way to create and to retrieve a logger.

Field Summary
protected static java.util.HashMap loggers
           
 
Constructor Summary
ProActiveLogger()
           
 
Method Summary
static org.apache.log4j.Logger getLogger(java.lang.String loggerName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loggers

protected static java.util.HashMap loggers
Constructor Detail

ProActiveLogger

public ProActiveLogger()
Method Detail

getLogger

public static org.apache.log4j.Logger getLogger(java.lang.String loggerName)
Parameters:
loggerName - the name of the desired logger, if the logger does not exist, it will be created
Returns:
the logger corresponding to the name passed as parameter


Copyright ? October 2004 INRIA All Rights Reserved.