org.objectweb.jonathan.helpers
Class LogConfiguration

java.lang.Object
  extended by org.objectweb.jonathan.helpers.LogConfiguration

public final class LogConfiguration
extends Object

This class provides a method to compute the bootstrap configuration, generated from the file /home/iurt/rpm/BUILD/jonathancore/src/org/objectweb/jonathan/helpers/LogConfiguration.kcf.


Constructor Summary
LogConfiguration()
           
 
Method Summary
static org.objectweb.jonathan.apis.kernel.Context newConfiguration(Class c)
          Returns the effective bootstrap configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogConfiguration

public LogConfiguration()
Method Detail

newConfiguration

public static org.objectweb.jonathan.apis.kernel.Context newConfiguration(Class c)
Returns the effective bootstrap configuration.

Parameters:
c - the class of the caller of this method.
Returns:
the bootstrap configuration.