Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 95351 invoked from network); 20 Nov 2001 15:22:34 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Nov 2001 15:22:34 -0000 Received: (qmail 26093 invoked by uid 97); 20 Nov 2001 15:21:11 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 26011 invoked by uid 97); 20 Nov 2001 15:21:10 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 25993 invoked by uid 50); 20 Nov 2001 15:21:08 -0000 Date: 20 Nov 2001 15:21:08 -0000 Message-ID: <20011120152108.25992.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 4081] - XmlLogger Enhancements X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4081 XmlLogger Enhancements ------- Additional Comments From jakarta@ehatchersolutions.com 2001-11-20 07:21 ------- Since XmlLogger is currently a *listener*, changing it to implement BuildLogger would solve all of these problems, right? When its being used as a listener it would not have its logging level set and could pass through everything as it currently does. When being used as a logger it could use the log level. I think it would be possible to just have a boolean flag 'useFilter' default to false, and set it to true when the log level is set. Can't we have our cake and eat it too on this issue? :) -- To unsubscribe, e-mail: For additional commands, e-mail: