com.oxygenxml.validate.nvdl.util
Class Log4jChecker
java.lang.Object
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
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 |
Log4jChecker
public Log4jChecker()
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.