You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It reads a bunch of Event Log files (*.evt) and automatically groups related Eve
8
8
Once the analysis is complete, it writes out a CSV each for every group of related events found, and a summary text with a bunch of statistics.
9
9
You can provide it some filters that tell it to look at only the Event Log records that match a certain criteria.
10
10
11
-
Warning: It could be quite slow if you're processing a large number of Event Log records.
11
+
Warning: It can be quite slow if you're processing a large number of Event Log records.
12
12
13
13
Hopefully, I'll get around to fixing the performance when I get some time (now that I've reopened the project after over 3 years :D).
14
14
@@ -31,8 +31,8 @@ Hopefully, I'll get around to fixing the performance when I get some time (now t
31
31
32
32
References
33
33
----------
34
-
* CodeProject article on parsing Event Log files: http://www.codeproject.com/KB/string/EventLogParser.aspx, by [J a a n s](http://www.codeproject.com/Members/J-a-a-n-s)
35
-
* MSDN Reference on Event Log file format: http://msdn.microsoft.com/en-us/library/bb309026(VS.85).aspx
34
+
* CodeProject article on parsing Event Log files: (http://www.codeproject.com/KB/string/EventLogParser.aspx), by [J a a n s](http://www.codeproject.com/Members/J-a-a-n-s)
35
+
* MSDN Reference on Event Log file format: (http://msdn.microsoft.com/en-us/library/bb309026(VS.85).aspx)
0 commit comments