Procedure logging

HCL® Marketing Operations has a separate log file for procedures: <MarketingOperations_Home>\logs\procedure.log

The procedure execution manager logs the lifecycle of each procedure and creates audit records.

  • logInfo(): write an informational message to the procedure log.
  • logWarning(): write a warning message to the procedure log.
  • logError(): write an error message to the procedure log.
  • logException(): dump the stack trace for the exception to the procedure log.