manuc352 / PDL_1920_groupe-7

0 stars 9 forks source link

implementation of loggers #11

Closed nasco2323 closed 4 years ago

nasco2323 commented 5 years ago

A Logger class is used to create a logger object which is used to log messages. it will help us to print some messages without using System.Out.Println() also we can disable them to the easier way A Handler is a component that takes care of the actual logging to the outside world. we have added one Handler to a looger and it's in the following file that we record all messages; link of logger file