EnterpriseQualityCoding / FizzBuzzEnterpriseEdition

FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
21.71k stars 762 forks source link

Missing logging #683

Open banan314 opened 7 months ago

banan314 commented 7 months ago

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).