Revision: 21014
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 1, 2009 23:55 by arunpjohny
Initial Code
static { PropertyConfigurator.configureAndWatch("log4j.properties", 100); }
Initial URL
Initial Description
This will check the log4j.properties file for any modification at every 100 milliseconds.
Initial Title
Reloading Log4j configuration at runtime
Initial Tags
Initial Language
Java