logparser is a flexible command line utility that was initially written by Gabriele Giuseppini,[1] a Microsoft employee, to automate tests for IIS logging.
It was intended for use with the Windows operating system, and was included with the IIS 6.0 Resource Kit Tools.
The default behavior of logparser works like a "data processing pipeline", by taking an SQL expression on the command line, and outputting the lines containing matches for the SQL expression.
The results of the input query can be custom-formatted in text based output, or they can be persisted to more specialty targets like SQL, SYSLOG, or a chart.
Common use: Example: Selecting date, time and client username accessing ASPX-files, taken from all .log-files in the current directory.