public void Log(ILogAdapter entity) { richTextBox1.AppendText(entity.dataToString()); richTextBox1.AppendText("----------------------------\n"); }