I notice this in the source files,

eg:

 private static final Log LOGGER = 
        LogFactory.getLog(FormAuthentication.class);


Hope placing

log4j.category.org.apache.cactus=DEBUG

in my logger.properties w'd help me see cactus logs as
well. 

I have actually forgotten how the underlying logger
implementation works. I remeber havign specified
strings ( package names instead of specifying the
java.lang.class instance) to the getLogger method. But
am not quite sure here. Then just specifying the
parent folder used to be enuf to enable logging @ the
sub packages level.

Either way, w'd specifying the parent
org.apache.cactus
help me view cactus debug statements?

thanks,
karthik

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to