I\'ve been working with a company that, in this current project, has to implement a policy of writing lots of trace logging in code (JAVA) that has already been completed for so
You should take a look at AOP. It enables you to inject code at runtime and thus add logging before/after each method.