mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Enhance exception logging by adding contextual messages for better debugging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user