diff --git a/ChaosBot/Program.cs b/ChaosBot/Program.cs index 8753e13..7e01203 100644 --- a/ChaosBot/Program.cs +++ b/ChaosBot/Program.cs @@ -34,7 +34,7 @@ namespace ChaosBot } catch (Exception ex) { - Console.Write($"{MethodBase.GetCurrentMethod()?.ReflectedType?.FullName}: Exception [{ex}] thrown, <[{ex.Message}]>.\n{ex.StackTrace}"); + LoggingFacade.Exception(ex); Environment.Exit(1); }