I am working on a legacy software developed in swing and core java. I wanted to add a logging feature in the system where
I am thinking of using AspectJ and I also wanted to collect logs only for a particular section of application.
Any help is highly appreciated.
Regards, -Deepak
Yes, you can do this with AspectJ by adding a boolean switch to the system and evaluating it with if()
pointcuts.