Share via


Viewing Output from a Readlog Extension (Windows CE 5.0)

Send Feedback

For information about creating a Readlog extension, see Writing A Readlog Extension To View Custom Events.

To view the output from a Readlog extension in Remote Kernel Tracker

  1. To have Readlog read the output from an extension, open the registry on your development workstation.

  2. Navigate to the HKEY_CURRENT_USER\Software\Microsoft\CeLog Reader\Plugins key, and set the following value:

          "<FullPathToPlugInFile>"=""
    

    Where <FullPathToPlugInFile> is the path to your plug-in executable, and the associated value can be an empty string or any string you like.

    For example, to use the demo plug-in described in Writing A Readlog Extension To View Custom Events, you might use the following path:

    "c:\WINCE500\release\DESKTOP\NT\cplgdemo.dll"=""

  3. Open a command-line window, and type

    readlog -plugin celog.clg new.clg
    

    This creates a new log file that contains the text output from your extension in place of your custom events. The new log file stores the text output as CELID_RAW_WCHAR events.

  4. To view the output from the log file created in step 3:

See Also

Remote Kernel Tracker

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.