You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by bill cao <dr...@yahoo.com> on 2006/09/06 16:34:03 UTC

Apache commons logging

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 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: Apache commons logging

Posted by Dennis Lundberg <de...@apache.org>.
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: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org