VideoTools/internal/logging
Stu Leak 21119e1d5a feat(logging): Add panic recovery and error logging for UI crashes
- Added Error() and Fatal() logging functions for non-debug errors
- Added Panic() function to log panics with full stack traces
- Added RecoverPanic() for defer statements to catch crashes
- Added panic recovery to main() function
- Added panic recovery to queue job processing goroutine
- All panics now logged to videotools.log with timestamps and stack traces
- Helps diagnose UI crashes that occur during FFmpeg processing
2025-12-31 18:00:34 -05:00
..
logging.go feat(logging): Add panic recovery and error logging for UI crashes 2025-12-31 18:00:34 -05:00