xInfo.AOTLogDirectory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path to the log directory for the current installation.
public:
static System::String ^ AOTLogDirectory();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public static string AOTLogDirectory ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
static member AOTLogDirectory : unit -> string
Public Shared Function AOTLogDirectory () As String
Returns
A string that contains the path to the log directory for the current installation.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Remarks
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:
- Open a developer workspace.
- Select Tools > Options > Development > Compiler.
- Select the AOT log check box.