Log system v2

This commit is contained in:
Louis Calas
2019-10-09 15:06:48 +02:00
parent ac6142ccd9
commit a8efeb5c18
3 changed files with 20 additions and 42 deletions

View File

@@ -22,6 +22,7 @@ public class GenerateCSV {
this.path = path + "/" + pth;
}
// Teste validité du numero etudiant (selon param de la config passé :
// numLength)
@@ -75,7 +76,7 @@ public class GenerateCSV {
writer.write(etud + ";" + etudiants.get(etud) + System.getProperty("line.separator"));
//}
// else {
// logger.debug("Invalid not added to csv");
// logger.debug("Invalid id not added to csv");
// }
} else {