Share via


Creating A Summary Of A Portion Of The Log (Windows CE 5.0)

Send Feedback

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

Readlog Command-Line Options | Creating a Log Summary

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.