----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 4:49 PM Subject: RE: What I did to DefaultLogger.java
> At 10:33 16/1/01 -0500, Rosen, Alex wrote: > >Not sure this is the kind of thing people complain about. The code was > >backwards from the first implementation in June to when I fixed in it > December, > >and I don't know if anyone complained about it. (And it was clearly > broken; it > >would print more info in -quiet mode than -verbose.) I agree with Jason, that > >this message is a little too verbose for the default mode. Maybe what you > >really want is for it to print out the current target only when there's some > >other message printed later (like an error). In others words targetStarted() > >would save the current target's name, and print out what it's printing now in > >messageLogged(), if it hadn't already been printed for the current target. > > Thats what NoBannerLogger does ;) > That's not what I want though. By default, I don't ever want to see the target traversal info. Jason
