ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/PostTransaction
Phoenix616 3a1885e2f3
Improve logger handling
- Log transactions with custom logger `ChestShop Shops`
- Fix that non-shop log messages show in log file (Fixes #551)
- Fix shop removal logging being broken
- Allow reloading `LOG_TO_FILE` and `LOG_TO_CONSOLE` config options
- Fix the wording in the comments on `LOG_TO_CONSOLE` and `LOG_ALL_SHOP_REMOVALS`
2023-06-18 22:12:08 +01:00
..
EconomicModule.java Trigger transaction message from CurrencyTransferEvent and consider tax (#534) 2022-10-12 16:37:18 +01:00
EmptyShopDeleter.java Fix potential NullPointerExceptions 2023-03-01 18:14:18 +01:00
ItemManager.java Update double chests too after transactions (Fixes #412) 2021-03-03 18:16:14 +01:00
TransactionLogger.java Improve logger handling 2023-06-18 22:12:08 +01:00
TransactionMessageSender.java Trigger transaction message from CurrencyTransferEvent and consider tax (#534) 2022-10-12 16:37:18 +01:00