Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data CenterClick here and leave these dusty old pages behind !

Info
titleAvailability

This routine is available starting with SIL Engine™ 2.5.

Syntax

logPrint(logLevel, #{message})

...

Logging the messages above is subject to the same configurations of the app as described here.

Parameters

Parameter name

Required

Description

logLevel

Yes

Minimum level for logging the message is written for.

messageYesArgument converted to a string that will be printed.

...