The doc for AbstractTraceInterceptor says that.Setting the <code>useDynamicLog</code>
bean property to <code>true</code> causes all log messages to be written to
the <code>Log</code> for the target class being intercepted.
This is incorrect. It should say 'useDynamicLogger' instead of 'useDynamicLog'.


Reply With Quote