Hi Andrew,
> Some of these settings need to be changed on the fly by end users (log
> level), and I'd like to store these properties in the database.
first which came into my mind was that you probably need to write a
configurator. If you look into the configurators folder, you'll see
LoggerConfi
According to http://incubator.apache.org/log4php/docs/configuration.html :
"The Log4PHP environment is fully configurable programmatically."
I have a PHP application containing multiple modules and various settings
within each module. I'd like to enable logging using log4php, but each
individual m