Log buffer statements

By default, Infor Process Automation holds 10000 bytes of log file data in buffer memory before writing it to the log file. Administrators can change this setting in Infor Rich Client.

These are the JavaScript statements that you can add for handling the buffer to a process:

  • processlog.info: Send processing information currently in the buffer to the log file.

  • processlog.error: Send processing errors currently in the buffer to the log file.

  • processlog.flush: Flush the log buffer using the background thread every 10 MB of log data or every 10 seconds.

    Note: This function does not work when called in a process flow.