Av3boy/SharpEngine

Logging

Open

#50 建立於 2025年3月27日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C# (0 fork)auto 404
documentationenhancementgood first issuehelp wanted

倉庫指標

Star
 (6 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南