Creating A Summary Of A Portion Of The Log (Windows Embedded CE 6.0)
1/5/2010
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
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.
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
Working with Event Ranges in Readlog
Creating a Log Summary