DebugLog.cs

DebugLog.cs provides internal diagnostic logging support for the desktop app and related workflows. debug logging

Use

This script is useful when a UI or bridge workflow needs traceable diagnostic output without changing conversion behavior.

Responsibilities

AreaBehavior
Diagnostic captureRecords internal messages for debugging.
UI supportHelps MainForm.cs surface or persist operational details.
TroubleshootingSupports investigations documented in 14 - Troubleshooting.

Notes

Logging boundary

Logging should describe what happened, not change conversion, validation, or bridge behavior.

Related notes: Component Map, MainForm.cs, 14 - Troubleshooting.