Right now I use the log4cplus::ConfigureAndWatchThread to setup logging properties file and watch for changes on some interval. Is there any existing capability or future feature that would be useful to have a capability of provide a list of files or paths to the watcher to check to be used?
For example, if an application is running with the log4cplus configuration watcher pointed to RO file somewhere and we want to get some extra log level statistics from that instance by turning up the debug we could put a temporary file in some locally accessible place like /tmp
without have to disturb that RO file that may be shared across instances.