Patches item #417793, was updated on 2001-04-20 20:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=417793&group_id=22866 Category: JBossServer Group: v2.3 (unstable) Status: Open Resolution: None Priority: 5 Submitted By: David Jencks (d_jencks) Assigned to: Nobody/Anonymous (nobody) Summary: Use log names for log4j categories. Initial Comment: The current Log4jService mbean, while it does allow logging to take place through log4j, does not appear to allow use of one of its big features-- categories that can be turned on and off independently. This patch partially fixes this by using the log name as a category name. This is not the full power of the hierarchy of categories supported by log4j, but it is way better than nothing. This patch consists of a few lines of code to use the log name as the category, rather than always using the root category, and a (commented out) example line in log4j.properties showing a simple use of this feature. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=417793&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
