Feature: see log button

This commit is contained in:
Szymon Porwolik
2021-02-17 23:33:33 +01:00
parent dfe16df3cc
commit 0050f5fab5
4 changed files with 31 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class LogController
LogStreamWriter = new StreamWriter(LogFileStream);
LogStreamWriter.WriteLine(strLog);
LogStreamWriter.Close();
Globals.LastLogLocation = LogFilePath;
}
catch
{