public virtual void ShowStackTrace(ConsoleLog log) { }
// Add the created log to the history private static void addLogToHistory(ConsoleLog log) => _instance._consoleHistory.AddLogToHistory(log);
// Shows the stacktrace for the supplied log and show the window if it's not alreay open public override void ShowStackTrace(ConsoleLog log) => _stackTraceView.Open(log);