Share via


Readlog Command-Line Options

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

The Readlog Viewing Tool (Readlog.exe) is a command-line tool that converts the binary .clg log file created by CeLog event tracking into text (.txt) and other formats.

Readlog command-line options allow you to control the Readlog output in two ways.

  • Print options generate output in text (.txt) format.
  • Utility options generate a new CeLog file. Read this file by running the Readlog tool again on the new output.

The following code example shows the Readlog syntax:

Readlog [-PrintOptions  | -UtilityOptions ][ Infile| Outfile]

Parameters

  • InFile
    Specifies the name of the CeLog (.clg) file to read.
  • OutFile
    For print options, specifies the name of the text file to generate.

    For utility options, specifies the name of the new .clg log file.

  • PrintOptions
    Specifies formatting options for output in text file format.

    For detailed information about the Readlog print options, see Readlog Print Options.

  • UtilityOptions
    Specifies formatting options for output in CeLog format.

    For detailed information about the Readlog utility options, see Readlog Utility Options.

See Also

Concepts

Kernel Tracker