I am writing Perl script. In that I have to read log4j.xml file from perl and log messages into specific queues. I read that DOMConfigurator can do that. Can anyone provide me the sample code to read log4j.xml file from perl and log the messages using DOMConfigurator? Is there any other way in Perl to read xml based log4j to log messages?
Thanks in advance.
Regards
The Log::Log4perl::Config::DOMConfigurator documentation references the test files
t/038XML-DOM1.t,t/039XML-DOM2.tas code examples.