Share via


Creating a New Binary Log File with Events in a Range (Windows CE 5.0)

Send Feedback

You can have Readlog create a new binary log file that includes only events in a range you want to focus on.

To create a new binary log file that includes only 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. At a command prompt, type

    Readlog -copy –range <beginID> <endID> celog.clg celog_smaller.clg
    

    This creates a new binary log file named celog_smaller.clg that records the events that occured between beginID and endID.

See Also

Readlog Command-Line Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.