Info | ||
---|---|---|
| ||
This routine is available starting with katl-commons 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. |
Return type
None
Configuration
...
Permanently - the logging level will NOT be reset after Jira reboot, described here: Configure Jira logging.
Example
Code Block |
---|
logPrint("DEBUG", "A debug Message."); |
...
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|