I am currently writing a logger using log4j. As soon as I load the log4j.properties file or the log4j.xml file, I was wondering if there is a way to determine if the log configuration file is valid. If this is not the case, I was hoping to load the default setting (located in another file).
thanks
java validation configuration log4j
user459811
source share