mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:55:38 +02:00
Added status icons and better connection handling
This commit is contained in:
@@ -26,7 +26,14 @@ class LogController
|
||||
}
|
||||
else
|
||||
{
|
||||
fileStream = new FileStream(logFilePath, FileMode.Append);
|
||||
try
|
||||
{
|
||||
fileStream = new FileStream(logFilePath, FileMode.Append);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
log = new StreamWriter(fileStream);
|
||||
log.WriteLine(strLog);
|
||||
|
||||
Reference in New Issue
Block a user