These settings will help you optimize and debug a portablized application.
The [Redirection] section
Setting | Description |
---|---|
LogFuncs |
Set to 1 to specify the log output of hooked API function usage information to the LogPath file. Logging must also be set to 1 or greater. Useful when attempting to determine what hooked API functions are actually being used by a portablized application, so that the HookExclude, HookInclude, HookInitExclude, and HookInitInclude section lists may be used to decrease application startup time and increase overall performance. Set to 0 to specify no log output of hooked API function usage. Defaults to 0, no log output. |
Logging |
Set to 0 to specify no log output. Set to 1 to specify the output of basic runtime setting information to the LogPath file. Useful when attempting to determine if the JauntePE runtime used the settings from the configuration ini file you expected it to use. Set to 2 to specify the output of basic runtime setting information, and hooked api calls "debug trace" information, to the LogPath file. Useful when attempting to determine the cause of an application crash or other problem you think might be associated with running via JauntePE. Defaults to the application's JauntePE launcher's Logging setting. | LogPath |
Some full path, or current configuration ini relative path, which specifies where the "logging" information is to be written to. Any of the launched application related substitution tokens (%appdrive%, %appdir%, %appname%) may be used anywhere within this path. And environment variable names enclosed within percent signs may be used as well, such as %ComputerName% or %UserName%. You are responsible for ensuring that the environment variable is available on all versions of Windows on which the launch ini will be used. And %pid% may be used as a substitution token for the running application's unique process identifier, %date% may be used as a substitution token for the running application's start date, and %time% may be used as a substitution token for the running application's start time. Defaults to a file named "%appname%_jauntePE.log" which will be located in the same directory as the application's executable. |