mirror of
https://github.com/BDDSM/YY.EventLogReaderAssistant.git
synced 2024-11-21 10:05:51 +02:00
Улучшил вывод на консоль демо приложения
This commit is contained in:
parent
d67744785f
commit
e843ccb91b
@ -25,6 +25,8 @@ namespace YY.EventLogAssistantConsoleApp
|
||||
reader.OnErrorEvent += Reader_OnErrorEvent;
|
||||
|
||||
Console.WriteLine($"{DateTime.Now}: Всего событий к обработке: ({reader.Count()})...");
|
||||
Console.WriteLine();
|
||||
Console.WriteLine();
|
||||
|
||||
while (reader.Read())
|
||||
_eventNumber += 1;
|
||||
|
Loading…
Reference in New Issue
Block a user