...classes
andCode:org.springframework.aop.interceptor.DebugInterceptor
?Code:org.springframework.aop.interceptor.PerformanceMonitorInterceptor
...classes
andCode:org.springframework.aop.interceptor.DebugInterceptor
?Code:org.springframework.aop.interceptor.PerformanceMonitorInterceptor
Sincerely,
/The Cantor
"Murphy was an optimist"
(The O'Toole commentary on Murphy's Law)
These interceptors use Jakarta Commons Logging to return the result. So you need to enable Debug level logging for these classes. You can also redirect the output to a file. For more information take a look at Common Logging - sUser Guide and Short introduction to log4j.
HTH
I have log4j enabled.
The docs say that the logger is named "logger", but I can't get any output from it.Probably the whole AOP-thing that just won't work for me...
Sincerely,
/The Cantor
"Murphy was an optimist"
(The O'Toole commentary on Murphy's Law)
Resolved.
See
http://forum.springframework.org/showthread.php?t=12370
Last edited by robyn; May 19th, 2006 at 05:30 AM.
Sincerely,
/The Cantor
"Murphy was an optimist"
(The O'Toole commentary on Murphy's Law)