As a Dev
I want to log the classes execution in indicated package via a unified way base on AOP
So that general logs will be auto record without manual writing
And i want log has a indicated formation with some indicated key and value display
So that i can locate the error or any records easily
And i want to set diff log level for diff running env
So that i can see the details of debug info in local or dev ENV and just see some important logging in prod ENV
As a Dev I want to log the classes execution in indicated package via a unified way base on AOP So that general logs will be auto record without manual writing
And i want log has a indicated formation with some indicated key and value display So that i can locate the error or any records easily
And i want to set diff log level for diff running env So that i can see the details of debug info in local or dev ENV and just see some important logging in prod ENV
Implementation dependence: Logback