Re: LoggingInterceptor output

2008-01-07 Thread Martin Gilday
svn annotate filename will list the revision the line changed in a less pretty fashion. - Original message - From: "Ted Husted" <[EMAIL PROTECTED]> To: "Struts Developers List" Date: Mon, 7 Jan 2008 09:16:46 -0500 Subject: Re: LoggingInterceptor output Looki

Re: LoggingInterceptor output

2008-01-07 Thread Ted Husted
Looking at the code public String intercept(ActionInvocation invocation) throws Exception { logMessage(invocation, FINISH_MESSAGE); String result = invocation.invoke(); logMessage(invocation, START_MESSAGE); return result; } that does seem to be the case.