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

Add Debug Output Levels #291

Closed
Kfeavel opened this issue Aug 8, 2021 · 1 comment
Closed

Add Debug Output Levels #291

Kfeavel opened this issue Aug 8, 2021 · 1 comment

Comments

@Kfeavel
Copy link
Member

Kfeavel commented Aug 8, 2021

Most of the time when I'm working on Xyris, I find myself commenting out annoying, spammy debug messages that hide the info I want to see.

We should update the debugf function to take a level that scales as such:

  • Emergency (0)
  • Error (1)
  • Warning (2)
  • Info (3)
  • Debug (4)
  • Verbose (5)
@Kfeavel
Copy link
Member Author

Kfeavel commented Feb 13, 2022

Resolved in #372

@Kfeavel Kfeavel closed this as completed Feb 13, 2022
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

No branches or pull requests

1 participant