AIParkingApplicationForm - Update Loglevel when exit app.
This commit is contained in:
parent
8778a976db
commit
2a8a1ff1a5
|
@ -292,7 +292,7 @@ namespace AIParkingApplication
|
||||||
|
|
||||||
private void AIParkingApplicationForm_FormClosing(object sender, FormClosingEventArgs e)
|
private void AIParkingApplicationForm_FormClosing(object sender, FormClosingEventArgs e)
|
||||||
{
|
{
|
||||||
applicationLogger.Log(LogLevel.Error, $"Đóng ứng dụng");
|
applicationLogger.Log(LogLevel.Info, $"Đóng ứng dụng");
|
||||||
Application.Exit();
|
Application.Exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user