Av3boy/SharpEngine

Logging

Open

#50 opened on 2025年3月27日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (0 forks)auto 404
documentationenhancementgood first issuehelp wanted

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド