com.oxygenxml.validate.nvdl.util
Class Log4jChecker

java.lang.Object
  extended by com.oxygenxml.validate.nvdl.util.Log4jChecker

public class Log4jChecker
extends Object

Checks if the root category from the log4j.properties is configured. If it is not, the root category is put on the error level.

Author:
mircea

Constructor Summary
Log4jChecker()
           
 
Method Summary
static void checkLog4j()
          Checks if the root category from the log4j.properties is configured.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jChecker

public Log4jChecker()
Method Detail

checkLog4j

public static void checkLog4j()
Checks if the root category from the log4j.properties is configured. If it is not, the root category is put on the error level.