Repository-Metriken
- Stars
- (6 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
There is a Debug class that supposedly can write Debug, Info, Warning etc. logs. Currently it just logs the error that occurred to the console, which has been good enough, but it would be nicer to have some color in the console and have logs written onto the disk for future proofing the application.
A new setting is needed to control the level of logging. That setting should be controllable using the launchsettings.json? Also that value should be overridable from the editor.
Each logged file should have a unique identifier so they can be suppressed. Identifiers also enable creating better documentation about different errors and warnings.