dracc / NevolutionX

Original Xbox dashboard created with nxdk
MIT License
121 stars 21 forks source link

Proposal: Have different logging levels in `InfoLog` #108

Closed abaire closed 2 years ago

abaire commented 2 years ago

Right now all outputLines are equal and are all displayed in the overlay if the overlay is enabled. In practice there may be a subset of messages that are interesting to users, where the majority are only interesting to developers.

We could extend InfoLog to have a debugLine (or add a log level to outputLine) and modify the config to allow users to set the verbosity of log output for the overlay and log viewer.

dracc commented 2 years ago

I think adding an extra argument to InfoLog would be the preferable solution. :)