I store my log4cplus settings in a .properties file which is read when my application launches. Sometimes I like very vebose logging initially but once I am satisfied with various parts of the program that are running smoothly I would like to be able to disable those loggers in the settings file while my long-running application is still running.
Therefore, my feature request would be for log4cplus to monitor the .properties file for a change in the timestamp indicating the file had been changed. And if the file has been changed, I would like the settings to be updated on the fly.
Is this possible?
Ticket moved from /p/log4cplus/feature-requests/31/
Ticket moved from /p/log4cplus/feature-requests/31/
This is already implemented by
ConfigureAndWatchThread
.