Warning |
---|
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here ! |
Info | ||
---|---|---|
| ||
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. |
message | Yes | Argument converted to a string that will be printed. |
...