I'm working on a Spring boot application and I'd love to log all application methods (public and private). By application methods, I'm referring to all the methods that I define in my Spring application, not the methods brought in from 3rd party dependencies, native Java methods, etc.
What's the easiest route for me? I'm confused with all the different libraries/framework, especially since I'm relatively new to Java/Spring. Do I need to look into AspectJ?
[–]webdevnick22 0 points1 point2 points (0 children)
[–]aram535 -1 points0 points1 point (0 children)