TradeShop icon indicating copy to clipboard operation
TradeShop copied to clipboard

Debug V3 Re-Write

Open KillerOfPie opened this issue 9 months ago • 0 comments

This still needs to have File Logging Implemented but other than that It should be good to go...

  • Removed Enable Debug Setting
  • Added DebugToConsole and DebugToFile Settings
  • Debug settings now take lists of Debug Level Names
  • Added DebugLevels#match
  • Old Debug setting reading moved to DebugV2
  • New debug settings run with DebugV3
  • Common code is contained in Debug
  • Removed old/un-usable config fixes

Pull Request Etiquette

There are several guidelines you should follow in order for your Pull Request to be merged. Replace [ ] with [x] to cross the checkbox.

It is sometimes better to include more related changes in a single commit. If you find yourself having an overwhelming amount of commits, you can rebase your branch.

Changes

Replace this sentence with a description of che changes introduced by this PR.

KillerOfPie avatar Oct 20 '23 11:10 KillerOfPie