Правки #2
This commit is contained in:
parent
4c180b71cb
commit
26ffabe715
@ -53,7 +53,7 @@ namespace ProjectElectricLocomotive
|
|||||||
_logger.LogWarning("Неудачная попытка. Коллекция не добавлена, не все данные заполнены");
|
_logger.LogWarning("Неудачная попытка. Коллекция не добавлена, не все данные заполнены");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
_storage.AddSet(textBoxSetName.Text);
|
_storage.AddSet(textBoxSetName.Text);
|
||||||
ReloadObjects();
|
ReloadObjects();
|
||||||
|
|
||||||
_logger.LogInformation($"Добавлен набор: {textBoxSetName.Text}");
|
_logger.LogInformation($"Добавлен набор: {textBoxSetName.Text}");
|
||||||
@ -108,7 +108,7 @@ namespace ProjectElectricLocomotive
|
|||||||
ReloadObjects();
|
ReloadObjects();
|
||||||
_logger.LogInformation($"Набор '{name}' удален");
|
_logger.LogInformation($"Набор '{name}' удален");
|
||||||
}
|
}
|
||||||
_logger.LogWarning("Отмена удаления набора");
|
_logger.LogWarning("Отмена удаления набора");
|
||||||
}
|
}
|
||||||
private void buttonRemoveLocomotive_Click(object sender, EventArgs e)
|
private void buttonRemoveLocomotive_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"Name": "File",
|
"Name": "File",
|
||||||
"Args": {
|
"Args": {
|
||||||
"path": "log_.log",
|
"path": "Logs/log_.log",
|
||||||
"rollingInterval": "Day",
|
"rollingInterval": "Day",
|
||||||
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}"
|
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user