Hi James, JH> This is working just fine, but now I would like 'error' level output to go JH> to a different file from all other log output. How should I go about this?
Check out LevelMatchFilter and LevelRangeFilter. They are in the org.apache.log4j.varia package (I'm using log4j 1.2). Perhaps they are what you need. The only catch is that the property file doesn't support filter assigment, so you'll need to use the xml config. Hope this help. -- Best regards, Rafael mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
