Debugging Tools for Windows

!logexts.logi

The !logexts.logi extension initializes logging by injecting Logger into the target application.

Syntax

!logexts.logi [OutputDirectory

Parameters

OutputDirectory
Specifies the directory to use for output. If OutputDirectory is specified, it must exist — the debugger will not create it. If a relative path is specified, it will be relative to the directory from which the debugger was started. If OutputDirectory is omitted, the path to the Desktop will be used. The debugger will create a LogExts subdirectory of OutputDirectory, and all Logger output will be placed in this subdirectory.

DLL

Windows 2000 Logexts.dll
Windows XP and later Logexts.dll

Comments

This command initializes logging, but does not actually enable it. Logging can be enabled with the !logexts.loge command.

Additional Information

For more information, see Logger and LogViewer.

Build machine: CAPEBUILD