Re: [s2] custom ExceptionMappingInterceptor log

2007-09-05 Thread Laurie Harper
em exception occured."); super.publishException(ai, eh); log.debug("Exception added to stack !"); } } This is what I've done.. What could be wrong ? Thank you. - Original Message From: Laurie Harper <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Friday, August

Re: [s2] custom ExceptionMappingInterceptor log

2007-08-31 Thread johana pin
1, 2007 10:55:20 PM Subject: Re: [s2] custom ExceptionMappingInterceptor log johana pin wrote: > Hi, > > I extended 'ExceptionMappingInterceptor' to add the logging functionality. I > want to log to my own file. The problem is that the logging is done in > SystemOut file.

Re: [s2] custom ExceptionMappingInterceptor log

2007-08-31 Thread Laurie Harper
johana pin wrote: Hi, I extended 'ExceptionMappingInterceptor' to add the logging functionality. I want to log to my own file. The problem is that the logging is done in SystemOut file. I used log4j in the custom interceptor: private org.apache.commons.logging.Log log = LogFactory.getLog(getC

[s2] custom ExceptionMappingInterceptor log

2007-08-31 Thread johana pin
Hi, I extended 'ExceptionMappingInterceptor' to add the logging functionality. I want to log to my own file. The problem is that the logging is done in SystemOut file. I used log4j in the custom interceptor: private org.apache.commons.logging.Log log = LogFactory.getLog(getClass()); The log4j