Hi,
We have a Spring application using log4j which is configured on startup within Tomcat:
-Dlog4j.configuration=file:%CATALINA_BASE%/conf/log4j.xml
Currently the application logs to one...
Type: Posts; User: cpedros; Keyword(s):
Hi,
We have a Spring application using log4j which is configured on startup within Tomcat:
-Dlog4j.configuration=file:%CATALINA_BASE%/conf/log4j.xml
Currently the application logs to one...
Does the Spring framework provide a pointcut "out of the box" where I can match exactly on method name and class? Currently I can only see one of two options.. 1) Implement own custom point cut 2)...