/// <summary>
 /// Display all logs in the list.
 /// </summary>
 public void DisplayLogs()
 {
     m_State.DisplayLogs();
 }