Evoi95 / BSO-Maven

BSO sia laptop che web
1 stars 0 forks source link

Import the logger System #2

Open Evoi95 opened 3 years ago

Evoi95 commented 3 years ago

Create or import the logger file to replace the print into the java code

Evoi95 commented 3 years ago

Created and fixed all print in all java file.

Use this exspression for print some message for clean code, and avoid the smells :

Protected String message; ( declare it with the other variable )

    message = "Sto nel terzo caso d'urso lode";     
    Log.logger.log(Level.INFO,"-> {0}",message);