Bugs item #1219844, was opened at 2005-06-13 19:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1219844&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: cvs
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Aliger (maliger)
Assigned to: Nobody/Anonymous (nobody)
Summary: XMLLogger verbosity

Initial Comment:
I propose small change into XmlLogger to reduce "noise" 
a little:

public void TaskStarted(object sender, BuildEventArgs 
e) {
if(e.Task.Threshold>Level.Info) return;


That should suppress messages from embedded tasks, 
like <attrib> called within <solution>.Embedded tasks 
are commonly instanciated as
attribTask.Threshold = Level.Warning;

Its not problem with DefaultLogger, since that one 
ignores TaskStarted/TaskFinished but xml logger log 
alot of noise for those tasks. Maybe even dont generate 
TaskStarted event at all for those tasks? (are there 
another listeners than loggers?)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1219844&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to