xInfo::AOTLogDirectory Method [AX 2012]

Gets the path to the log directory for the current installation.

client server public static str AOTLogDirectory()

Run On

Called

Return Value

Type: str
A string that contains the path to the log directory for the current installation.

If you turn on the AOT Log option, information will be stored in the log directory each time you compile. To turn on this option:

  1. Open a developer workspace.

  2. Select Tools > Options > Development > Compiler.

  3. Select the AOT log check box.

Show: