NSOA.meta.log(severity, message)

Use this function to store a log entry. The supported severities match those of the Log4j project.

Script deployment message list.

The log indicates:

Note:

If you have a syntax error or a runtime error you will see an error in the log generated by SuiteProjects Pro.

See also Form script deployment logs.

Parameters

Returns

True if the function was successful and false otherwise.

Units Limit

4 units

For more information, see Scripting Governance.

Since

August 17, 2013

Example

This sample writes the ‘error’ severity message 'Form error - travel date is after receipt date' to the log.

              NSOA.meta.log('error', 'Form error - travel date is after receipt date'); 

        

See also NSOA.meta.alert(message).

See Code Samples for more examples.