kaos.core.util
Class Log4jConfigurator

java.lang.Object
  extended by kaos.core.util.Log4jConfigurator

public class Log4jConfigurator
extends java.lang.Object


Method Summary
static void setup(java.lang.String log4jXmlFileName)
          Configures Log4J for an application using the specified Log4J XML configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setup

public static void setup(java.lang.String log4jXmlFileName)
Configures Log4J for an application using the specified Log4J XML configuration file.

Parameters:
log4jXmlFileName - The specified Log4J XML configuration file.