Skip to content

kenwilcox/IISLogViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IISLogViewer

Simple Viewer for IIS Log Files. Browse to and open a log file for easy reading.

Main Screen

Easily opens up logs with 1.2 million lines (though it takes 40 seconds or so)

Lots Of Lines

It currently has been tested with the W3C format, UTF-8 Encoding. The logging fields used do not matter since it parses that from the log file header.

It has not been tested on log files that have had the logging fields change though there is a check for that.

Added - Can now return a distinct list (text) of items in a column or dictinct count (grid).