Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Function: debug()

Adds a debug message into the Log. This function is often used when creating a model and trying to work out why an Expression is not behaving as expected.

The Detail field of the Log Message will contain a list of the current values of any Attributes, Pipes and $-Variables which are relevant in the context of the Expression.

Syntax

debug(message)

Argument Type Description
message String A 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.

See Also

  • No labels