/ Published in: Java
This will check the log4j.properties file for any modification at every 100 milliseconds.
Expand |
Embed | Plain Text
static { PropertyConfigurator.configureAndWatch("log4j.properties", 100); }
You need to login to post a comment.
