Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The log mesage can be viewed on the console.

 


Syntax

debug(message)

ArgumentTypeDescription
messageStringA message to appear in the Log. Note that this could be an Expression.

Examples

ifNull (in.rate, debug("Missing rate") )

This example adds a message to the Log if no rate is found.

...