| West Wind Web Monitor .Net |
| Web Monitor Log Viewer |
Web Monitor maintains two separate logs:

The log file contains additional information such as the full HTTP response from the server. In order to see this extra information you can double click or right click and select View Details, which brings up an HTML view of the full error information:

The detail log provides a complete view of all hits against the server. It logs some basic information for every request made onto a site. This file can get large quick but is limited in size to the value configured in the Web Monitor Configuration for the Detail Log Size.

Because this log file logs every request this file can get big. Loading or refreshing this page might not be terribly quick as it is pulling and parsing data out of the XML file, so be patient if you have the log file size to anything over 1 megabyte.
Operation of these forms is straight forward. The viewers allow you to sort the data by column, just by clicking on the column headers. The Refresh button re-reads the log with the latest data. Clear Logs - oddly enough - clears out the XML logs.
View Log as Text
You can also view the XML data that underlies these log files directly by clicking on the View Log as Text buttons on the top of the form. This option allows for quick searching for specific strings in the content or otherwise directly manipulating the XML.
The detail log size is managed by Web Monitor via the DetailLogFileSize in the Web Monitor Configuration. The Error Log however will grow indefinitely until you decide to clean it out, so it's crucial that you occasionally check it and clear it, especially if you in fact have errors. Under normal operation the Error Log doesn't grow quickly though since it only writes out failures. The Detail Log writes out every request and thus grows quickly, but it's limited by the size specified in the DetailLogFileSize.