If I wrote a small class, did not use any property file. In the class I imported commons logging and used it, where it logged to?
----- Original Message ----- From: "Dennis Lundberg" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[email protected]> Sent: Wednesday, September 06, 2006 10:50 AM Subject: Re: Apache commons logging > bill cao wrote: >> When when Apache commons logging, how to specify a the >> log file name? I used the logging in one of my class and it seems to be >> working, but I could not find the .log file on my disk drive. >> >> BC > > Commons Logging does not log to a file. It is the underlying logging > implementation that does the logging. Please see this page for examples of > how things work together: > http://jakarta.apache.org/commons/logging/guide.html > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
