FreakyF / Weather-track

A simple real-time weather tracking app with graphical user interface written in java.
MIT License
0 stars 0 forks source link

Integrate Chosen Logging Framework #19

Closed Tymisko closed 1 year ago

Tymisko commented 1 year ago

Now that we've chosen a logging framework, it's time to integrate it into our project. This task involves setting up the logging framework in our project, configuring it, and updating parts of our application to use it.

Tasks include:

Acceptance Criteria:

  1. The chosen logging framework has been integrated into our project.
  2. Parts of our application have been updated to use the new logging framework.
  3. Logging is working as expected in our application.
  4. Dependency Injection used