I am about to change my standard logging mechanism to Log4Perl and I have several scripts which take XML configuration files which are read by Config::Auto.
I would like to add the Log4Perl configuration into the very same xml files, but I have not really understood how I could do this.
I realize that there is a Log::Log4perl::Config::DOMConfigurator module, but I am not sure how this is linked to Log4Perl. Is this module ignoring all parts which are outside the xml configuration?
I would really appreciate a code snipplet which helps me to understand this or do you think it is smarter to keep log4Perl seperate?