Enhance exception logging by adding contextual messages for better debugging

This commit is contained in:
2025-08-17 06:42:43 +01:00
parent a94ca0e326
commit c120f2e5bb
77 changed files with 7082 additions and 10728 deletions

View File

@@ -165,7 +165,9 @@ public sealed class ConsoleViewModel : ViewModelBase
Icon.Error)
.ShowWindowDialogAsync(_view);
AaruLogging.Exception(exception);
AaruLogging.Exception(exception, UI
.Exception_0_trying_to_save_logfile_details_has_been_sent_to_console,
exception.Message);
}
}