XyrisOS/xyris

Add Debug Output Levels

Closed this issue · 1 comments

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)

Resolved in #372