-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Логирование: Добавлен логгер для записи ошибок в файл. Логирование ошибок в методах HandleInitializationErrorAsync и HandleGraphUpdateErrorAsync. Асинхронная обработка: Внедрена асинхронная обработка ошибок в методах UpdateGraph, HandleInitializationErrorAsync, и HandleGraphUpdateErrorAsync. Проверка существования файла: Добавлена проверка на существование файла перед его очисткой в методе ClearLogFile. Обработка исключений: Добавлена обработка исключений в обработчике события FlushLogs. Добавлен метод WriteLogBatchAsync для асинхронной записи пакета логов. Использование WriteLogBatchAsync в методе WriteLogsFromQueueAsync для записи логов из очереди.
- Loading branch information
Showing
15 changed files
with
696 additions
and
373 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[PingTestSettings] | ||
URL=google.com | ||
PingCount=2 | ||
Timeout=1000 | ||
PingCount=50 | ||
Timeout=500 | ||
LogFile=C:\ping_log.txt |
Binary file not shown.
Oops, something went wrong.