Skip to content

Commit

Permalink
Add logging for ui panels
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Mar 28, 2024
1 parent 755973a commit 2b6b084
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 2b6b084

Please sign in to comment.