Readlog Viewing Tool (Windows Embedded CE 6.0)
1/5/2010
Readlog is a CeLog companion tool that prints a textual representation of the data in a CeLog log file (.clg). Readlog is much more useful for focusing on a small portion of the log file, and for post-processing the log file to get statistical summaries of all or part of the log. Readlog is also capable of displaying some events that Kernel Tracker does not, such as boot events and debug messages. It is also extensible; you can write a plug-in DLL that Readlog will use to interpret your custom data.
The Readlog tool also has utility options that you can use to process log files. The options can make log files easier to manage, and easier to view in Remote Kernel Tracker. For example, Readlog can make a copy of a small part of the log for purposes such as sharing via email. In addition, Readlog can insert names for threads. Readlog can use a plug-in DLL to produce a log that includes custom data in a format that Remote Kernel Tracker can display.
In general, it is useful to use Celog and Kernel Tracker first, to get a clear overview of system activity. Remote Kernel Tracker provides you with an overall view of system activity. Then, if you need further details, or if you need to calculate data such as thread run-times, you can find details you want using Readlog.
In This Section
- Readlog Command-Line Options
Provides a detailed reference about Readlog commands.
- Viewing Logged Events With Readlog
Provides step-by-step instructions for viewing CeLog data.
- Creating and Using Custom Filters with Readlog
Provides step-by-step instructions for creating customized log filters.
- Viewing Boot Events With Readlog
Provides step-by-step instructions for viewing events logged during boot.
- Fixing Thread Names With Readlog
Provides step-by-step instructions for creating thread names in CeLog data.
- Working with Event Ranges in Readlog
Describes ways you can limit Readlog output to a specific range of events.
- Creating a Log Summary
Provides step-by-step instructions for creating a log summary report.
Related Sections
- Kernel Tracker
Describes the tool that provides a graphical depiction of CeLog data.