AIParkingApplicationForm - Update Loglevel when exit app.
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user