Hi I am currently moving all our log4j.properties files to XML files and was wondering how I replicate this with the xml configuration.
In the properties file, I can put in log4j.logger.my.package=DEBUG Which means only logs from 'my.package' with level DEBUG or above gets logged and anything outside these package does not. How do I do this with an XML configuration. Thanks Glen
