diff --git a/NamingWindow.axaml.cs b/NamingWindow.axaml.cs index bda44dc..0773411 100644 --- a/NamingWindow.axaml.cs +++ b/NamingWindow.axaml.cs @@ -52,7 +52,7 @@ public partial class NamingWindow : Window } catch (Exception ex) { - Console.WriteLine("Error while showing naming window: " + ex.Message); + Logger.Log("Error while showing naming window: " + ex.Message, Logger.LogType.Warning); return Task.FromResult(null!); } }