Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task 291, Add logging to keep track of program execution #298

Merged
merged 12 commits into from
Nov 10, 2023

Conversation

ShaniceTang
Copy link

Fixes #291

…into 291-logging

# Conflicts:
#	src/main/java/seedu/cafectrl/command/AddOrderCommand.java
#	src/main/java/seedu/cafectrl/command/ListIngredientCommand.java
#	src/main/java/seedu/cafectrl/command/ListSaleByDayCommand.java
#	src/main/java/seedu/cafectrl/command/ListTotalSales.java
#	src/main/java/seedu/cafectrl/data/Chef.java
#	src/main/java/seedu/cafectrl/data/Pantry.java
#	src/main/java/seedu/cafectrl/data/Sales.java
#	src/main/java/seedu/cafectrl/parser/Parser.java
Copy link

@ziyi105 ziyi105 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for helping us to add logging!

…into 291-logging

# Conflicts:
#	.gitignore
#	src/main/java/seedu/cafectrl/command/BuyIngredientCommand.java
#	src/main/java/seedu/cafectrl/command/ListSaleByDayCommand.java
#	src/main/java/seedu/cafectrl/command/ListTotalSalesCommand.java
#	src/main/java/seedu/cafectrl/data/Sales.java
#	src/main/java/seedu/cafectrl/storage/Decoder.java
@ziyi105 ziyi105 merged commit 9b85c31 into AY2324S1-CS2113-T17-2:master Nov 10, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add logging to keep track of program execution
2 participants