Craig R. McClanahan at [EMAIL PROTECTED] wrote:
> 
> - However, Pier's proposed approach doesn't deal with a need that I've
> experienced regularly -- the need to turn on debugging messages
> dynamically on an existing component, *without* recompiling it.  This
> is NOT simply aesthetics; either you can or you cannot change the level
> of debugging output at runtime.

You didn't get it Craig... I'm simply proposing to use the if (DEBUG)
approach _instead_ of commenting out logs in the source file...

Go and look at HttpConnector.java... There are TONS of // (comments) that
could be replaced with an if (DEBUG).

If you remove the comments, you too have to recompile the sources...

    Pier

Reply via email to