Hi Stephane, Yes, you can use commons-logging directly in your tests. See http://jakarta.apache.org/commons/logging/guide.html
For the configuration, I'd suggest you reuse the log properties file that you can find in the cactus distribution you have downloaded (there are 2 files, one for the client side and one for the server side). They are in the samples/servlet directory. Thanks -Vincent > -----Original Message----- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: 11 March 2004 13:28 > To: [EMAIL PROTECTED] > Subject: How to output log4j statement in the console > > Hello list, > > I would like to output very important information to the console when I > run > my cactus tests. Using simple Junit is ok, since it's done locally and > it's > also a matter of configuration. What about the log4j statement I might > output > in my tests? > > Is there a way to show them in the console (I am using maven and the > cactus > plugin for maven). > > Thanks, > > St�phane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
