Microsoft Log Parser Toolkit

Log Parser 2.2 provides 11 output formats that can be used to format query output records in a wide variety of text file formats (CSV, TSV, XML, W3C, IIS, and custom formats), to display results to the screen (NAT and DATAGRID output formats), to create image files containing charts, to upload results to a SQL database, and to send results to a SysLog server.
The CHART output format creates GIF and JPG image files containing chart representations of the output records of a query. In order to use the CHART output format, the computer running the Log Parser query must have the Microsoft Office Web Components installed, which are distributed with Microsoft Office 2000 and later versions.
The CHART output format accepts INTO clause values with the following syntax:
<i class="emphasis">filename</i>
Filename This is the path to the output GIF or JPG filename.
chartType Specifies the type of the desired output chart. The available values depend on the version of the Office Web Components installed; for a comprehensive list of chart type available on your computer, type the following command:
LogParser h o:CHART
categories Setting this parameter to ON causes the CHART output format to utilize the values of the first output record field as the labels of the categories on the x-axis. Setting this parameter to OFF causes the CHART output format to not display category labels, and to process the first output...