OK - (I don't mind if my patches are not eventually used by the
committer(s))

By the way, only 25 or so of the files call LoggingManager.getLoggerFor().
The rest call Hierarchy.getDefaultHierarchy().getLoggerFor().

So as well as replacing the strings, one needs to replace:
import org.apache.log.Hierarchy;
by
import org.apache.jorphan.logging.LoggingManager;

If only Eclipse had a batch editor ...

Sebastian
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 30 May 2003 13:33
To: JMeter Developers List
Subject: Re: Logging suggestions


On 30 May 2003 at 14:15, Jeremy Arnold wrote:

> Hello,
>    [snip]
>     For making changes to the call to getLoggerFor( ) for all of the 
> classes, it might be easier for one of the committers to do this 
> directly, rather than dealing with patches.  

That's very true.  

-Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to