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 :

//LOG4J
logger.debug("logging message");
//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

Reply via email to