Hello,
I usually end up with the PropertyConfigurator.

In the config file I have the usual lines like:
log4j.appender.A1=org.apache.log4j.ConsoleAppender

... lots other lines ...

and finally:
...
log4j.logger.someproggy.part1=INFO

What I would like to do is to read the lines from a database
and provide it to log4cxx.

Is there such a way, or do I need to read "the lines" from the 
database and create a (temporary) configFile which than has
to be parsed by log4cxx again?

Tnx Thomas

Reply via email to