Yes, thats the log from my classes. I'm trying to achive similar kind of log, 
or at least print the exact class and method name, instead of the namespace and 
the alias name of the action.

Is it possible to do that?

Louis



________________________________
From: Dave Newton <newton.d...@yahoo.com>
To: Struts Users Mailing List <user@struts.apache.org>
Sent: Saturday, August 15, 2009 6:54:01 PM
Subject: Re: LoggingInterceptor

Louis Voo wrote:
> I tried the LoggingInterceptor, it print
> 
> 2009-08-14 16:26:02,062 INFO  
> com.opensymphony.xwork2.interceptor.LoggingInterceptor.info:31 - Starting 
> execution stack for action /louis/excludeParam/excludeParam
> 
> Is it possible to print the actual class name like this?
> 
> 2009-08-14 16:26:02,078 DEBUG louis.demo.action.ExcludeParamAction.input:57 - 
> Begining input
> 2009-08-14 16:26:02,078 DEBUG louis.demo.action.ExcludeParamAction.input:58 - 
> End input

That would come from log statements in /your/ classes. The logging interceptor 
just wraps action execution in log statements.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to