/// <summary>
 /// Clears the log view.
 /// </summary>
 public void ClearLog()
 {
     logView.ClearLog();
 }