In order to adhere to the Enterprise standards, logging of all operations is strictly necessary.
Suggestion: using Spring AOP and adding advice aspects before execution, after returning and after throwing for all method calls or maybe only some of the method calls (in selected packages).
In order to adhere to the Enterprise standards, logging of all operations is strictly necessary.
Suggestion: using Spring AOP and adding advice aspects before execution, after returning and after throwing for all method calls or maybe only some of the method calls (in selected packages).