/// <summary> /// Uses the writelog library to write to a log /// </summary> private void WriteLog() { Logger log = new Logger(); log.WriteLog(chatLog); }