Prasad108 / TutesMessanger

Tutes Messanger, Develpment to Serve Others
http://softus.in
8 stars 3 forks source link

Log4j for the logging #71

Closed Prasad108 closed 6 years ago

Prasad108 commented 6 years ago

Log4j

Task

  1. to replace all the System.out.println(); statements in the java code with log4j logs.
  2. the logs must be categorised (INFO,ERROR,DEBUG...etc ).
  3. Think about how we can store them in some file so that we will have them even if application is redeployed, down or any other case.

tag: @RahulSawale

Prasad108 commented 6 years ago

done , now all the sysout are replaced by logger.info and logs can be saved to the files