Share via


Creating A Summary Of A Portion Of The Log

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

You can use Readlog to create a summary of a portion of a CeLog event-tracking log.

To generate an output file with a summary of the events from a range of interest

  1. Identify the event IDs for the beginning event and ending event in the range of interest.

    For information about identifying event IDs, see Working with Event Ranges in Readlog, or Finding A Range of Events with Remote Kernel Tracker.

  2. Generate an output file that contains the events from the range of interest together with a summary of those events. At a command prompt, type

    Readlog -s -range <beginID> <endID> celog.clg MyOutput.txt 
    

    This creates an output text file that records the events that occured between beginID and endID, and includes a summary of the events in that range.

See Also

Tasks

Creating a Log Summary

Reference

Readlog Command-Line Options