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.

Process developers can also add JavaScript statements for handling the buffer to a process. Following are the available statements:

  • 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. Send all data currently in the buffer to the log file.