private void InsertHeadLog(string msg) { EventLogBuilder.Insert(0, msg + Environment.NewLine); NotifyPropertyChanged(nameof(EventLogBuilder)); }