From a72551c597927f0dbab34bdad3d30aea499b7784 Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Thu, 8 Dec 2022 00:18:59 +0400 Subject: [PATCH 1/5] =?UTF-8?q?=D0=9B=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FormMapWithSetTank.Designer.cs | 22 ++--- .../ProjectMachine/FormMapWithSetTank.cs | 86 ++++++++++++++----- .../ProjectMachine/MapsCollection.cs | 69 ++++++--------- ProjectMachine/ProjectMachine/Program.cs | 20 ++++- .../ProjectMachine/ProjectMachine.csproj | 17 ++++ .../ProjectMachine/SetTankGeneric.cs | 4 + .../StorageOverflowException.cs | 16 ++++ .../ProjectMachine/TankNotFoundException.cs | 16 ++++ ProjectMachine/ProjectMachine/nlog.config | 15 ++++ 9 files changed, 190 insertions(+), 75 deletions(-) create mode 100644 ProjectMachine/ProjectMachine/StorageOverflowException.cs create mode 100644 ProjectMachine/ProjectMachine/TankNotFoundException.cs create mode 100644 ProjectMachine/ProjectMachine/nlog.config diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs index 5434bca..c4d9479 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs @@ -70,9 +70,9 @@ this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition); this.groupBoxTools.Controls.Add(this.buttonAddTank); this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right; - this.groupBoxTools.Location = new System.Drawing.Point(819, 28); + this.groupBoxTools.Location = new System.Drawing.Point(799, 28); this.groupBoxTools.Name = "groupBoxTools"; - this.groupBoxTools.Size = new System.Drawing.Size(233, 738); + this.groupBoxTools.Size = new System.Drawing.Size(233, 758); this.groupBoxTools.TabIndex = 0; this.groupBoxTools.TabStop = false; this.groupBoxTools.Text = "Инструменты"; @@ -150,7 +150,7 @@ this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonLeft.BackgroundImage = global::ProjectMachine.Properties.Resources.лево; this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.buttonLeft.Location = new System.Drawing.Point(69, 683); + this.buttonLeft.Location = new System.Drawing.Point(69, 703); this.buttonLeft.Name = "buttonLeft"; this.buttonLeft.Size = new System.Drawing.Size(34, 30); this.buttonLeft.TabIndex = 13; @@ -163,7 +163,7 @@ this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonUp.BackgroundImage = global::ProjectMachine.Properties.Resources.вверх; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.buttonUp.Location = new System.Drawing.Point(105, 647); + this.buttonUp.Location = new System.Drawing.Point(105, 667); this.buttonUp.Name = "buttonUp"; this.buttonUp.Size = new System.Drawing.Size(34, 30); this.buttonUp.TabIndex = 12; @@ -176,7 +176,7 @@ this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonRight.BackgroundImage = global::ProjectMachine.Properties.Resources.право; this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.buttonRight.Location = new System.Drawing.Point(141, 683); + this.buttonRight.Location = new System.Drawing.Point(141, 703); this.buttonRight.Name = "buttonRight"; this.buttonRight.Size = new System.Drawing.Size(34, 30); this.buttonRight.TabIndex = 11; @@ -189,7 +189,7 @@ this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDown.BackgroundImage = global::ProjectMachine.Properties.Resources.вниз; this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.buttonDown.Location = new System.Drawing.Point(105, 683); + this.buttonDown.Location = new System.Drawing.Point(105, 703); this.buttonDown.Name = "buttonDown"; this.buttonDown.Size = new System.Drawing.Size(34, 30); this.buttonDown.TabIndex = 10; @@ -256,7 +256,7 @@ this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox.Location = new System.Drawing.Point(0, 28); this.pictureBox.Name = "pictureBox"; - this.pictureBox.Size = new System.Drawing.Size(819, 738); + this.pictureBox.Size = new System.Drawing.Size(799, 758); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; // @@ -267,7 +267,7 @@ this.файлToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; - this.menuStrip.Size = new System.Drawing.Size(1052, 28); + this.menuStrip.Size = new System.Drawing.Size(1032, 28); this.menuStrip.TabIndex = 2; this.menuStrip.Text = "menuStrip1"; // @@ -283,14 +283,14 @@ // SaveToolStripMenuItem // this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; - this.SaveToolStripMenuItem.Size = new System.Drawing.Size(224, 26); + this.SaveToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.SaveToolStripMenuItem.Text = "Сохранение"; this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click); // // LoadToolStripMenuItem // this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem"; - this.LoadToolStripMenuItem.Size = new System.Drawing.Size(224, 26); + this.LoadToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.LoadToolStripMenuItem.Text = "Загрузка"; this.LoadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click); // @@ -306,7 +306,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1052, 766); + this.ClientSize = new System.Drawing.Size(1032, 786); this.Controls.Add(this.pictureBox); this.Controls.Add(this.groupBoxTools); this.Controls.Add(this.menuStrip); diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs index 9502968..aa21957 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs @@ -1,4 +1,5 @@ -using System; +using Microsoft.Extensions.Logging; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; @@ -26,11 +27,16 @@ namespace ProjectMachine /// private readonly MapsCollection _mapsCollection; /// + /// Логер + /// + private readonly ILogger _logger; + /// /// Конструктор /// - public FormMapWithSetTank() + public FormMapWithSetTank(ILogger logger) { InitializeComponent(); + _logger = logger; _mapsCollection = new MapsCollection(pictureBox.Width, pictureBox.Height); comboBoxSelectorMap.Items.Clear(); foreach (var elem in _mapsDict) @@ -70,15 +76,18 @@ namespace ProjectMachine if (comboBoxSelectorMap.SelectedIndex == -1 || string.IsNullOrEmpty(textBoxNewMapName.Text)) { MessageBox.Show("Не все данные заполнены", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); + _logger.LogInformation("При добавлении карты {0}", comboBoxSelectorMap.SelectedIndex == -1 ? "Карта была не выбрана" : "Карта была не названа"); return; } if (!_mapsDict.ContainsKey(comboBoxSelectorMap.Text)) { MessageBox.Show("Нет такой карты", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); + _logger.LogWarning("Нет карты с названием: {0}", textBoxNewMapName.Text); return; } _mapsCollection.AddMap(textBoxNewMapName.Text, _mapsDict[comboBoxSelectorMap.Text]); ReloadMaps(); + _logger.LogInformation($"Добавлена карта {textBoxNewMapName.Text}"); } /// /// Выбор карты @@ -88,6 +97,7 @@ namespace ProjectMachine private void ComboBoxSelectorMap_SelectedIndexChanged(object sender, EventArgs e) { pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); + _logger.LogInformation("Был осуществлен переход на карту под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); } /// /// Удаление карты @@ -104,6 +114,7 @@ namespace ProjectMachine if (MessageBox.Show($"Удалить карту {listBoxMaps.SelectedItem}?", "Удаление", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { _mapsCollection.DelMap(listBoxMaps.SelectedItem?.ToString() ?? string.Empty); + _logger.LogInformation("Была удалена карта под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); ReloadMaps(); } } @@ -120,18 +131,29 @@ namespace ProjectMachine } private void AddTank(DrawningMachine tank) { - if (listBoxMaps.SelectedIndex == -1) + try { - MessageBox.Show("Перед добавлением объекта необходимо создать карту"); + if (listBoxMaps.SelectedIndex == -1) + { + MessageBox.Show("Перед добавлением объекта необходимо создать карту"); + } + else if (_mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty] + new DrawningObject(tank) != -1) + { + MessageBox.Show("Объект добавлен"); + _logger.LogInformation("Добавлен объект:", tank); + pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); + } + else + { + MessageBox.Show("Не удалось добавить объект"); + _logger.LogInformation("Не удалось добавить объект"); + } } - else if (_mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty] + new DrawningObject(tank) != -1) - { - MessageBox.Show("Объект добавлен"); - pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); - } - else + catch (StorageOverflowException ex) { MessageBox.Show("Не удалось добавить объект"); + _logger.LogWarning("Ошибка переполнения хранилища: {0}", ex.Message); + MessageBox.Show($"Ошибка переполнения хранилища: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); } } /// @@ -154,14 +176,29 @@ namespace ProjectMachine return; } int pos = Convert.ToInt32(maskedTextBoxPosition.Text); - if (_mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty] - pos != null) + try { - MessageBox.Show("Объект удален"); - pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); + var deletedTank = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty] - pos; + if (deletedTank != null) + { + MessageBox.Show("Объект удален"); + _logger.LogInformation("Из текущей карты удален объект {@tank}", deletedTank); + pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); + } + else + { + _logger.LogInformation("Не удалось удалить объект по позиции {0}", pos); + MessageBox.Show("Не удалось удалить объект"); + } } - else + catch (TankNotFoundException ex) { - MessageBox.Show("Не удалось удалить объект"); + MessageBox.Show($"Ошибка удаления: {ex.Message}"); + _logger.LogWarning($"Ошибка удаления: {ex.Message}"); + } + catch (Exception ex) + { + MessageBox.Show($"Неизвестная ошибка: {ex.Message}"); } } /// @@ -230,13 +267,16 @@ namespace ProjectMachine { if (saveFileDialog.ShowDialog() == DialogResult.OK) { - if (_mapsCollection.SaveData(saveFileDialog.FileName)) + try { + _mapsCollection.SaveData(saveFileDialog.FileName); + _logger.LogInformation("Сохранение прошло успешно. Файл находится: {0}", saveFileDialog.FileName); MessageBox.Show("Сохранение прошло успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); } - else + catch (Exception ex) { - MessageBox.Show("Не сохранилось", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"Не сохранилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); + _logger.LogWarning("Не удалось сохранить файл '{0}'. Текст ошибки: {1}", saveFileDialog.FileName, ex.Message); } } } @@ -249,14 +289,16 @@ namespace ProjectMachine { if (openFileDialog.ShowDialog() == DialogResult.OK) { - if (_mapsCollection.LoadData(openFileDialog.FileName)) + try { + _mapsCollection.LoadData(openFileDialog.FileName); + _logger.LogInformation("Загрузка файла '{0}' прошла успешно", openFileDialog.FileName); MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); - ReloadMaps(); } - else + catch(Exception ex) { - MessageBox.Show("Не загрузилось", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); + MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); + _logger.LogWarning("Не удалось загрузить файл {0}. Текст ошибки: {1}", openFileDialog.FileName, ex.Message); } } } diff --git a/ProjectMachine/ProjectMachine/MapsCollection.cs b/ProjectMachine/ProjectMachine/MapsCollection.cs index 0d1235b..c71ef00 100644 --- a/ProjectMachine/ProjectMachine/MapsCollection.cs +++ b/ProjectMachine/ProjectMachine/MapsCollection.cs @@ -94,71 +94,58 @@ namespace ProjectMachine /// /// Путь и имя файла /// - public bool SaveData(string filename) + public void SaveData(string filename) { if (File.Exists(filename)) { File.Delete(filename); } - using (FileStream fs = new(filename, FileMode.Create)) + using (StreamWriter f = new(filename)) { - WriteToFile($"MapsCollection{Environment.NewLine}", fs); + f.Write($"MapsCollection{Environment.NewLine}"); foreach (var storage in _mapStorages) { - - WriteToFile($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict,separatorData)}{Environment.NewLine}", fs); + f.Write($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict,separatorData)}{Environment.NewLine}"); } } - return true; } /// /// Загрузка нформации по автомобилям на парковках из файла /// /// /// - public bool LoadData(string filename) + public void LoadData(string filename) { if (!File.Exists(filename)) { - return false; + throw new FileNotFoundException("Файл не найден"); } - string bufferTextFromFile = ""; - using (FileStream fs = new(filename, FileMode.Open)) + using (StreamReader f = new(filename)) { - byte[] b = new byte[fs.Length]; - UTF8Encoding temp = new(true); - while (fs.Read(b, 0, b.Length) > 0) + if (!f.ReadLine().Contains("MapsCollection")) { - bufferTextFromFile += temp.GetString(b); + //если нет такой записи, то это не те данные + throw new Exception("Формат данных в файле не правильный"); + } + //очищаем записи + _mapStorages.Clear(); + while (!f.EndOfStream) + { + var elem = f.ReadLine().Split(separatorDict); + AbstractMap map = null; + switch (elem[1]) + { + case "SimpleMap": + map = new SimpleMap(); + break; + case "TownMap": + map = new TownMap(); + break; + } + _mapStorages.Add(elem[0], new MapWithSetTankGeneric(_pictureWidth, _pictureHeight, map)); + _mapStorages[elem[0]].LoadData(elem[2].Split(separatorData, StringSplitOptions.RemoveEmptyEntries)); } } - var strs = bufferTextFromFile.Split(new char[] { '\n', '\r' }, - StringSplitOptions.RemoveEmptyEntries); - if (!strs[0].Contains("MapsCollection")) - { - //если нет такой записи, то это не те данные - return false; - } - //очищаем записи - _mapStorages.Clear(); - for (int i = 1; i < strs.Length; ++i) - { - var elem = strs[i].Split(separatorDict); - AbstractMap map = null; - switch (elem[1]) - { - case "SimpleMap": - map = new SimpleMap(); - break; - case "TownMap": - map = new TownMap(); - break; - } - _mapStorages.Add(elem[0], new - MapWithSetTankGeneric(_pictureWidth, _pictureHeight, map)); - _mapStorages[elem[0]].LoadData(elem[2].Split(separatorData,StringSplitOptions.RemoveEmptyEntries)); - } - return true; } } } diff --git a/ProjectMachine/ProjectMachine/Program.cs b/ProjectMachine/ProjectMachine/Program.cs index 3db1ecc..3ac9d11 100644 --- a/ProjectMachine/ProjectMachine/Program.cs +++ b/ProjectMachine/ProjectMachine/Program.cs @@ -1,3 +1,7 @@ +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using NLog.Extensions.Logging; + namespace ProjectMachine { internal static class Program @@ -11,7 +15,21 @@ namespace ProjectMachine // To customize application configuration such as set high DPI settings or default font, // see https://aka.ms/applicationconfiguration. ApplicationConfiguration.Initialize(); - Application.Run(new FormMapWithSetTank()); + var services = new ServiceCollection(); + ConfigureServices(services); + using (ServiceProvider serviceProvider = services.BuildServiceProvider()) + { + Application.Run(serviceProvider.GetRequiredService()); + } + } + private static void ConfigureServices(ServiceCollection services) + { + services.AddSingleton() + .AddLogging(option => + { + option.SetMinimumLevel(LogLevel.Information); + option.AddNLog("nlog.config"); + }); } } } \ No newline at end of file diff --git a/ProjectMachine/ProjectMachine/ProjectMachine.csproj b/ProjectMachine/ProjectMachine/ProjectMachine.csproj index 13ee123..5e3bef9 100644 --- a/ProjectMachine/ProjectMachine/ProjectMachine.csproj +++ b/ProjectMachine/ProjectMachine/ProjectMachine.csproj @@ -8,6 +8,23 @@ enable + + + + + + + Always + + + + + + + + + + True diff --git a/ProjectMachine/ProjectMachine/SetTankGeneric.cs b/ProjectMachine/ProjectMachine/SetTankGeneric.cs index 26f9a79..2cb1432 100644 --- a/ProjectMachine/ProjectMachine/SetTankGeneric.cs +++ b/ProjectMachine/ProjectMachine/SetTankGeneric.cs @@ -50,6 +50,8 @@ namespace ProjectMachine /// public int Insert(T tank, int position) { + if (Count >= _maxCount) + throw new StorageOverflowException(Count); if (position < 0 || position >= _maxCount) return -1; _places.Insert(position, tank); @@ -65,6 +67,8 @@ namespace ProjectMachine if (position < 0 || position >= Count) return null; var result = _places[position]; + if (result == null) + throw new TankNotFoundException(position); _places.RemoveAt(position); return result; } diff --git a/ProjectMachine/ProjectMachine/StorageOverflowException.cs b/ProjectMachine/ProjectMachine/StorageOverflowException.cs new file mode 100644 index 0000000..7b99341 --- /dev/null +++ b/ProjectMachine/ProjectMachine/StorageOverflowException.cs @@ -0,0 +1,16 @@ +using System.Runtime.Serialization; + +namespace ProjectMachine +{ + [Serializable] + internal class StorageOverflowException : ApplicationException + { + public StorageOverflowException(int count) : base($"В наборе превышено допустимое количество: {count}") { } + public StorageOverflowException() : base() { } + public StorageOverflowException(string message) : base(message) { } + public StorageOverflowException(string message, Exception exception) : + base(message, exception) + { } + protected StorageOverflowException(SerializationInfo info, StreamingContext contex) : base(info, contex) { } + } +} diff --git a/ProjectMachine/ProjectMachine/TankNotFoundException.cs b/ProjectMachine/ProjectMachine/TankNotFoundException.cs new file mode 100644 index 0000000..697745e --- /dev/null +++ b/ProjectMachine/ProjectMachine/TankNotFoundException.cs @@ -0,0 +1,16 @@ +using System.Runtime.Serialization; + +namespace ProjectMachine +{ + internal class TankNotFoundException : ApplicationException + { + + public TankNotFoundException(int i) : base($"Не найден объект по позиции {i}") { } + public TankNotFoundException() : base() { } + public TankNotFoundException(string message) : base(message) { } + public TankNotFoundException(string message, Exception exception) : + base(message, exception) + { } + protected TankNotFoundException(SerializationInfo info, StreamingContext contex) : base(info, contex) { } + } +} diff --git a/ProjectMachine/ProjectMachine/nlog.config b/ProjectMachine/ProjectMachine/nlog.config new file mode 100644 index 0000000..9cc4d12 --- /dev/null +++ b/ProjectMachine/ProjectMachine/nlog.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + \ No newline at end of file -- 2.25.1 From ef9ec8fe3a14137896fd37527483db9f8dde6cf5 Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Wed, 21 Dec 2022 08:18:01 +0400 Subject: [PATCH 2/5] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectMachine/ProjectMachine/FormMapWithSetTank.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs index aa21957..1a4f561 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs @@ -294,6 +294,7 @@ namespace ProjectMachine _mapsCollection.LoadData(openFileDialog.FileName); _logger.LogInformation("Загрузка файла '{0}' прошла успешно", openFileDialog.FileName); MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); + ReloadMaps(); } catch(Exception ex) { -- 2.25.1 From e0e57dbd5927191292b4682f8d9c9543fb5d17de Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Wed, 21 Dec 2022 09:27:51 +0400 Subject: [PATCH 3/5] =?UTF-8?q?=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0=20NLog=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=20Serilog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectMachine/FormMapWithSetTank.cs | 43 ++++++++----------- ProjectMachine/ProjectMachine/Program.cs | 32 ++++++-------- .../ProjectMachine/ProjectMachine.csproj | 24 ++++++++++- ProjectMachine/ProjectMachine/appconfig.json | 16 +++++++ ProjectMachine/ProjectMachine/nlog.config | 15 ------- 5 files changed, 67 insertions(+), 63 deletions(-) create mode 100644 ProjectMachine/ProjectMachine/appconfig.json delete mode 100644 ProjectMachine/ProjectMachine/nlog.config diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs index 1a4f561..d668f69 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs @@ -1,13 +1,4 @@ -using Microsoft.Extensions.Logging; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; +using Serilog; namespace ProjectMachine { @@ -33,7 +24,7 @@ namespace ProjectMachine /// /// Конструктор /// - public FormMapWithSetTank(ILogger logger) + public FormMapWithSetTank(ILogger logger) { InitializeComponent(); _logger = logger; @@ -76,18 +67,18 @@ namespace ProjectMachine if (comboBoxSelectorMap.SelectedIndex == -1 || string.IsNullOrEmpty(textBoxNewMapName.Text)) { MessageBox.Show("Не все данные заполнены", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); - _logger.LogInformation("При добавлении карты {0}", comboBoxSelectorMap.SelectedIndex == -1 ? "Карта была не выбрана" : "Карта была не названа"); + _logger.Information("При добавлении карты {0}", comboBoxSelectorMap.SelectedIndex == -1 ? "Карта была не выбрана" : "Карта была не названа"); return; } if (!_mapsDict.ContainsKey(comboBoxSelectorMap.Text)) { MessageBox.Show("Нет такой карты", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error); - _logger.LogWarning("Нет карты с названием: {0}", textBoxNewMapName.Text); + _logger.Warning("Нет карты с названием: {0}", textBoxNewMapName.Text); return; } _mapsCollection.AddMap(textBoxNewMapName.Text, _mapsDict[comboBoxSelectorMap.Text]); ReloadMaps(); - _logger.LogInformation($"Добавлена карта {textBoxNewMapName.Text}"); + _logger.Information($"Добавлена карта {textBoxNewMapName.Text}"); } /// /// Выбор карты @@ -97,7 +88,7 @@ namespace ProjectMachine private void ComboBoxSelectorMap_SelectedIndexChanged(object sender, EventArgs e) { pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); - _logger.LogInformation("Был осуществлен переход на карту под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); + _logger.Information("Был осуществлен переход на карту под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); } /// /// Удаление карты @@ -114,7 +105,7 @@ namespace ProjectMachine if (MessageBox.Show($"Удалить карту {listBoxMaps.SelectedItem}?", "Удаление", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { _mapsCollection.DelMap(listBoxMaps.SelectedItem?.ToString() ?? string.Empty); - _logger.LogInformation("Была удалена карта под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); + _logger.Information("Была удалена карта под названием: {0}", listBoxMaps.SelectedItem?.ToString() ?? string.Empty); ReloadMaps(); } } @@ -140,19 +131,19 @@ namespace ProjectMachine else if (_mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty] + new DrawningObject(tank) != -1) { MessageBox.Show("Объект добавлен"); - _logger.LogInformation("Добавлен объект:", tank); + _logger.Information("Добавлен объект:", tank); pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); } else { MessageBox.Show("Не удалось добавить объект"); - _logger.LogInformation("Не удалось добавить объект"); + _logger.Information("Не удалось добавить объект"); } } catch (StorageOverflowException ex) { MessageBox.Show("Не удалось добавить объект"); - _logger.LogWarning("Ошибка переполнения хранилища: {0}", ex.Message); + _logger.Warning("Ошибка переполнения хранилища: {0}", ex.Message); MessageBox.Show($"Ошибка переполнения хранилища: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); } } @@ -182,19 +173,19 @@ namespace ProjectMachine if (deletedTank != null) { MessageBox.Show("Объект удален"); - _logger.LogInformation("Из текущей карты удален объект {@tank}", deletedTank); + _logger.Information("Из текущей карты удален объект {@tank}", deletedTank); pictureBox.Image = _mapsCollection[listBoxMaps.SelectedItem?.ToString() ?? string.Empty].ShowSet(); } else { - _logger.LogInformation("Не удалось удалить объект по позиции {0}", pos); + _logger.Information("Не удалось удалить объект по позиции {0}", pos); MessageBox.Show("Не удалось удалить объект"); } } catch (TankNotFoundException ex) { MessageBox.Show($"Ошибка удаления: {ex.Message}"); - _logger.LogWarning($"Ошибка удаления: {ex.Message}"); + _logger.Warning($"Ошибка удаления: {ex.Message}"); } catch (Exception ex) { @@ -270,13 +261,13 @@ namespace ProjectMachine try { _mapsCollection.SaveData(saveFileDialog.FileName); - _logger.LogInformation("Сохранение прошло успешно. Файл находится: {0}", saveFileDialog.FileName); + _logger.Information("Сохранение прошло успешно. Файл находится: {0}", saveFileDialog.FileName); MessageBox.Show("Сохранение прошло успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); } catch (Exception ex) { MessageBox.Show($"Не сохранилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); - _logger.LogWarning("Не удалось сохранить файл '{0}'. Текст ошибки: {1}", saveFileDialog.FileName, ex.Message); + _logger.Warning("Не удалось сохранить файл '{0}'. Текст ошибки: {1}", saveFileDialog.FileName, ex.Message); } } } @@ -292,14 +283,14 @@ namespace ProjectMachine try { _mapsCollection.LoadData(openFileDialog.FileName); - _logger.LogInformation("Загрузка файла '{0}' прошла успешно", openFileDialog.FileName); + _logger.Information("Загрузка файла '{0}' прошла успешно", openFileDialog.FileName); MessageBox.Show("Загрузка прошла успешно", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); ReloadMaps(); } catch(Exception ex) { MessageBox.Show($"Не загрузилось: {ex.Message}", "Результат", MessageBoxButtons.OK, MessageBoxIcon.Error); - _logger.LogWarning("Не удалось загрузить файл {0}. Текст ошибки: {1}", openFileDialog.FileName, ex.Message); + _logger.Warning("Не удалось загрузить файл {0}. Текст ошибки: {1}", openFileDialog.FileName, ex.Message); } } } diff --git a/ProjectMachine/ProjectMachine/Program.cs b/ProjectMachine/ProjectMachine/Program.cs index 3ac9d11..acd8a42 100644 --- a/ProjectMachine/ProjectMachine/Program.cs +++ b/ProjectMachine/ProjectMachine/Program.cs @@ -1,6 +1,5 @@ -using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Logging; -using NLog.Extensions.Logging; +using Microsoft.Extensions.Configuration; +using Serilog; namespace ProjectMachine { @@ -12,24 +11,17 @@ namespace ProjectMachine [STAThread] static void Main() { - // To customize application configuration such as set high DPI settings or default font, - // see https://aka.ms/applicationconfiguration. + var configuration = new ConfigurationBuilder() + .SetBasePath(Directory.GetCurrentDirectory()) + .AddJsonFile("appconfig.json") + .AddJsonFile($"appconfig.{Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT") ?? "Production"}.json", true) + .Build(); + var Logger = new LoggerConfiguration() + .MinimumLevel.Information() + .ReadFrom.Configuration(configuration) + .CreateLogger(); ApplicationConfiguration.Initialize(); - var services = new ServiceCollection(); - ConfigureServices(services); - using (ServiceProvider serviceProvider = services.BuildServiceProvider()) - { - Application.Run(serviceProvider.GetRequiredService()); - } - } - private static void ConfigureServices(ServiceCollection services) - { - services.AddSingleton() - .AddLogging(option => - { - option.SetMinimumLevel(LogLevel.Information); - option.AddNLog("nlog.config"); - }); + Application.Run(new FormMapWithSetTank(Logger)); } } } \ No newline at end of file diff --git a/ProjectMachine/ProjectMachine/ProjectMachine.csproj b/ProjectMachine/ProjectMachine/ProjectMachine.csproj index 5e3bef9..234bb9b 100644 --- a/ProjectMachine/ProjectMachine/ProjectMachine.csproj +++ b/ProjectMachine/ProjectMachine/ProjectMachine.csproj @@ -9,11 +9,11 @@ - + - + Always @@ -40,4 +40,24 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ProjectMachine/ProjectMachine/appconfig.json b/ProjectMachine/ProjectMachine/appconfig.json new file mode 100644 index 0000000..323ce72 --- /dev/null +++ b/ProjectMachine/ProjectMachine/appconfig.json @@ -0,0 +1,16 @@ +{ + "Serilog": { + "Using": [ "Serilog.Sinks.File" ], + "MinimumLevel": "Information", + "WriteTo": [ + { + "Name": "File", + "Args": { + "path": "Logs/log.log", + "rollingInterval": "Day", + "outputTemplate": "[{Timestamp:HH:mm:ss.fff}] {Level}: {Message};{NewLine}" + } + } + ] + } +} \ No newline at end of file diff --git a/ProjectMachine/ProjectMachine/nlog.config b/ProjectMachine/ProjectMachine/nlog.config deleted file mode 100644 index 9cc4d12..0000000 --- a/ProjectMachine/ProjectMachine/nlog.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file -- 2.25.1 From c271f95422571e70b48882df4dce203d67a9ce98 Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Wed, 21 Dec 2022 12:39:18 +0400 Subject: [PATCH 4/5] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=83=D1=80=D0=BE=D0=B2=D0=BD=D0=B5?= =?UTF-8?q?=D0=B9=20=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectMachine/FormMapWithSetTank.Designer.cs | 8 ++++---- ProjectMachine/ProjectMachine/FormMapWithSetTank.cs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs index c4d9479..032e286 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.Designer.cs @@ -70,7 +70,7 @@ this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition); this.groupBoxTools.Controls.Add(this.buttonAddTank); this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right; - this.groupBoxTools.Location = new System.Drawing.Point(799, 28); + this.groupBoxTools.Location = new System.Drawing.Point(441, 28); this.groupBoxTools.Name = "groupBoxTools"; this.groupBoxTools.Size = new System.Drawing.Size(233, 758); this.groupBoxTools.TabIndex = 0; @@ -256,7 +256,7 @@ this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox.Location = new System.Drawing.Point(0, 28); this.pictureBox.Name = "pictureBox"; - this.pictureBox.Size = new System.Drawing.Size(799, 758); + this.pictureBox.Size = new System.Drawing.Size(441, 758); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; // @@ -267,7 +267,7 @@ this.файлToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; - this.menuStrip.Size = new System.Drawing.Size(1032, 28); + this.menuStrip.Size = new System.Drawing.Size(674, 28); this.menuStrip.TabIndex = 2; this.menuStrip.Text = "menuStrip1"; // @@ -306,7 +306,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1032, 786); + this.ClientSize = new System.Drawing.Size(674, 786); this.Controls.Add(this.pictureBox); this.Controls.Add(this.groupBoxTools); this.Controls.Add(this.menuStrip); diff --git a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs index d668f69..827e727 100644 --- a/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs +++ b/ProjectMachine/ProjectMachine/FormMapWithSetTank.cs @@ -137,7 +137,7 @@ namespace ProjectMachine else { MessageBox.Show("Не удалось добавить объект"); - _logger.Information("Не удалось добавить объект"); + _logger.Warning("Не удалось добавить объект"); } } catch (StorageOverflowException ex) @@ -178,7 +178,7 @@ namespace ProjectMachine } else { - _logger.Information("Не удалось удалить объект по позиции {0}", pos); + _logger.Warning("Не удалось удалить объект по позиции {0}", pos); MessageBox.Show("Не удалось удалить объект"); } } -- 2.25.1 From 94d75570c449caefe2cd6446e958378d41ce4e7c Mon Sep 17 00:00:00 2001 From: "evasina2312@gmail.com" Date: Wed, 21 Dec 2022 23:02:31 +0400 Subject: [PATCH 5/5] =?UTF-8?q?=D0=BB=D0=B0=D0=B1=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectMachine/ProjectMachine/MapsCollection.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectMachine/ProjectMachine/MapsCollection.cs b/ProjectMachine/ProjectMachine/MapsCollection.cs index c71ef00..ef83221 100644 --- a/ProjectMachine/ProjectMachine/MapsCollection.cs +++ b/ProjectMachine/ProjectMachine/MapsCollection.cs @@ -105,7 +105,7 @@ namespace ProjectMachine f.Write($"MapsCollection{Environment.NewLine}"); foreach (var storage in _mapStorages) { - f.Write($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict,separatorData)}{Environment.NewLine}"); + f.Write($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict, separatorData)}{Environment.NewLine}"); } } } -- 2.25.1