Ejemplo n.º 1
0
 public virtual void ShowStackTrace(ConsoleLog log)
 {
 }
Ejemplo n.º 2
0
 // Add the created log to the history
 private static void addLogToHistory(ConsoleLog log) => _instance._consoleHistory.AddLogToHistory(log);
Ejemplo n.º 3
0
 // 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);