oliviercailloux / decision-uta-method

A repository containing the doc and the work done during my research about UTA method.
MIT License
0 stars 0 forks source link

Log #3

Closed oliviercailloux closed 6 years ago

oliviercailloux commented 6 years ago

Use SLF4J instead of System.out. See example.

oliviercailloux commented 6 years ago

Plz change initialization to systematically follow the given example.

oliviercailloux commented 6 years ago

Uncomment logs, put in debug level instead of info if you want to hide them.

tonyseg commented 6 years ago

Fixed

oliviercailloux commented 6 years ago

Good job. Small detail: name the variables LOGGER, as it is static final as a constant.

tonyseg commented 6 years ago

logger to LOGGER fixed