From: Erskine, C. <chr...@ED...> - 2005-04-21 11:22:09
|
Also, what version of the JDK are you using. If you are not on 1.4, then I do not think that you will have a logger unless you add one. A common one which is supported by commons-logging is log4j. Chris Erskine EDS Consulting Services Colorado Springs, CO Phone: 719-265-5962 Cell: 719-640-6488 > -----Original Message----- > From: htm...@li... [mailto:htmlunit-user- > ad...@li...] On Behalf Of Mike Bowler > Sent: Thursday, April 21, 2005 4:08 AM > To: htm...@li... > Subject: Re: [Htmlunit-user] Loggings > > Ducloux Victor wrote: > > > Thanks for the answer .... i had already read that page. well I don't > > know but would like to learn how to use commons-loggings. > > > > Since I don't know how to use that i wanted to do like told on that > > page, meaning i added this line : > > > System.getProperties().put("org.apache.commons.logging.simplelog.defaultlo > g", > > "trace"); > > > > But where does this log go ? on the console ? or on a certain file, > > and if yes where is that file stored ???? > > > It all depends which logger you are using. If you haven't explicitly > configured anything then it will be going to standard out which is > usually the console. If you have configured the logger you are using > (configuration is different for each one) then the output will be going > to whatever has been configured. > > Information on configuring commons-logging can be found here -> > http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/p > ackage-summary.html > > Does this help? > > -- > Mike Bowler > President, Gargoyle Software Inc. > Website: http://www.GargoyleSoftware.com > Weblog : http://www.SphericalImprovement.com/blogs/mbowler/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: New Crystal Reports XI. > Version 11 adds new functionality designed to reduce time involved in > creating, integrating, and deploying reporting solutions. Free runtime > info, > new features, or free trial, at: http://www.businessobjects.com/devxi/728 > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user |