Anyone has any idea on how to log method entries(including parameters value) and exit with Spring AOP and log4j at trace level. It should be able to log classes from multiple packages.
Anyone has any idea on how to log method entries(including parameters value) and exit
Share
You can use PerformanceMonitorInterceptor of Spring framework to log method entries.Here is the sample usage from DZone.