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