HeroicGamesLauncher icon indicating copy to clipboard operation
HeroicGamesLauncher copied to clipboard

[Refactor] Logger

Open Nocccer opened this issue 2 years ago • 0 comments

Refactored logger

  • Able to pass objects, arrrays, numbers without making them a string to log functions ( logError, logInfo, ... )
  • Make paramters a option interface
  • Split logger and logfile functionality
  • Wrote tests for logger and logfile functions

Use the following Checklist if you have changed something on the Backend or Frontend:

  • [ ] Tested the feature and it's working on a current and clean install.
  • [ ] Tested the main App features and they are still working on a current and clean install. (Login, Install, Play, Uninstall, Move games, etc.)
  • [ ] Created / Updated Tests (If necessary)
  • [ ] Created / Updated documentation (If necessary)

Nocccer avatar Aug 05 '22 15:08 Nocccer