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

Create debugger logging option that allows for differing levels of logging to the console. #24

Open
lukeharwood11 opened this issue Sep 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@lukeharwood11
Copy link
Owner

Allow for the following logging levels/types:

  1. Debug:
  • Any information
  1. Trace:
  • Important processing information
  1. Error:
  • System encounters a non-crashing problem that should be fixed
  1. Fatal:
  • System encounters a crashing problem that must be resolved

Lower levels log anything (including itself) higher that itself. (e.g. if debug mode is set, all 4 levels are displayed, whereas if Error is set then only Errors and Fatal messages will appear in the logs).

@lukeharwood11 lukeharwood11 added the enhancement New feature or request label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant