Thank you for your answer Erik !
I do not like the disable logging solution because my code will still
execute logging statements(for checking if logging is enabled and for
arguments construction). At deployment time I will want to remove some of
the logging statements (of course, not all).
I find my self a way to do that with a custom task. Ant is a fantastic tool
:).
I will see how <replaceregexp> can help me, even I have my solution.
Thank you very much !
Liviu Rau
----- Original Message -----
From: "Erik Hatcher" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, March 21, 2002 12:46 PM
Subject: Re: clear log statements from project
> Why not just use Log4j's config file and turn off logging that way? Thats
> the purpose of log4j anyway, to keep the statements in the code and have
> them disabled at runtime.
>
> But I believe using the latest <replaceregexp> task (in the nightly and
CVS
> versions) would do the trick you're asking.
>
> Erik
>
>
> ----- Original Message -----
> From: "Liviu Rau" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, March 21, 2002 5:26 AM
> Subject: clear log statements from project
>
>
> Hello everyone !
>
> I have a project I witch I want to do a lot of logging with log4j.
> I decided to write all my logging statements like this :
>
> file://LOG4J
> logger.debug("logging message");
> file://LOG4J
>
> I want to do that because later, on deployment I will search for these
> statements and try to remove them.
> The question is : can I do that automatically with Ant ?
>
> Thank you very much !
>
> Liviu Rau
>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>