Update Logging

You can choose between errors, warning, info or full debug, errors will always log to ensure we don't have silent failures with debug on or off.
This commit is contained in:
Yusarina
2025-04-11 23:45:36 +01:00
parent d1912d2dba
commit c31d25dd01
48 changed files with 15954 additions and 14 deletions
+10
View File
@@ -514,6 +514,16 @@
"Settings.highlight_problem_bones": "問題のあるボーンを強調表示",
"Settings.highlight_problem_bones_desc": "ビューポートで検証に問題のあるボーンを強調表示",
"Settings.bone_highlighting": "ボーンの強調表示",
"Settings.log_level": "ログレベル",
"Settings.log_level_desc": "デバッグログの詳細レベルを選択",
"Settings.log_level.debug": "デバッグ",
"Settings.log_level.debug_desc": "詳細なデバッグ情報を含むすべてのログメッセージを表示",
"Settings.log_level.info": "情報",
"Settings.log_level.info_desc": "情報メッセージ、警告、エラーを表示",
"Settings.log_level.warning": "警告",
"Settings.log_level.warning_desc": "警告とエラーのみを表示",
"Settings.log_level.error": "エラー",
"Settings.log_level.error_desc": "エラーメッセージのみを表示",
"Language.auto": "自動",
"Language.en_US": "英語",
"Language.ja_JP": "日本語",