Procedure logging
Unica Plan has a separate log file for procedures: <Plan_Home>\logs\system.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.