Creating a Log Summary (Windows Embedded CE 6.0)

1/5/2010

You can have Readlog create a summary of the events in the log file that it converts.

To create a log summary

  1. From a command window, navigate to the flat release directory.

  2. At the command prompt, type

    Readlog -s celog.clg MyOutput.txt
    

    This causes Readlog to create a summary of events as it converts the binary log file celog.clg to a text file called MyOutput.txt. The summary appears at the end of the text file.

  3. From a text editor such as Notepad or Wordpad, open MyOutput.txt. Navigate to the end of the file to see the summary.

    If the output file is very large, you may want to use a text editor that processes large files faster.

    You can also create a summary of a smaller portion of the log. For more information, see Creating a Summary of a Portion of the Log.

See Also

Reference

Readlog Command-Line Options

Other Resources

Readlog Viewing Tool