IARC-CSU / CanReg5

CanReg5 is a multi user, multi platform, open source tool to input, store, check and analyse cancer registry data.
http://www.iacr.com.fr/CanReg5
GNU General Public License v3.0
24 stars 13 forks source link

C231: Use static loggers #117

Closed fbinfotel closed 2 years ago

fbinfotel commented 2 years ago

A logger is a static component that should be created only once for each class: it should be defined “static final” and reused in the class as many times as necessary.

fbinfotel commented 2 years ago

The branch is https://github.com/infotel4iarc/CanReg5/tree/feature/C231

Here is the point that was made:

fbinfotel commented 2 years ago

the branch has been merged to the dev