Configuring Logging Behavior

You can configure the logging behavior used to maintain a listing of denied access to objects.

See Also
Configuring Properties
Configuring IP Protection Logging
  1. Create or open the text file to contain customized properties. For more information, see Editing Properties Using MQL.
  2. To configure the logging behavior for logging to a file, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      EmxExportControl.LogConfig.CreateLog4jLog = true

    2. Set the value for this property depending on your business requirements:

      • true = Entries are captured in the log file.
      • false = Entries are not captured in the log file.

  3. To configure the logging behavior for the Checkout Log Different Sites only, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxExportControl.CheckoutLog.DifferentSitesOnly = true

    2. Set the value for this property depending on your business requirements:

      • true

  4. When finished updating the text file with all properties you want to modify, including the ones shown here, use the text file to modify the emxExportControl.properties page object. For more information, see Editing Properties Using MQL.