Av3boy / Av3boy/SharpEngine

Logging

Open
#50 0 comments 0 reactions 0 assignees View on GitHub
documentation enhancement good first issue help wanted
Dominant language
C#
Stars
6
Forks
0
Avg merge
1h 1m
Merged PRs (30d)
2

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.