!logexts.logi

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

    !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

Logexts.dll

Additional Information

For more information, see Logger and LogViewer.

Remarks

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