Skip to content

Commit

Permalink
Merge pull request #104 from solomonng2001/add-logging
Browse files Browse the repository at this point in the history
Add logging
  • Loading branch information
getsquared authored Mar 28, 2024
2 parents e055696 + 2b6b084 commit f80287e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/seedu/address/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ private void refreshAllPanels() {
refreshClientViewPanel();
refreshClientListPanel();
refreshRemindersPanel();

logger.info("All panels refreshed: client view, client list and reminders");
}

/**
Expand Down

0 comments on commit f80287e

Please sign in to comment.