...
logPrint(logLevel, #{message})
Description
Excerpt |
---|
This routine is used to print Prints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL. |
...
Permanently - the logging level will NOT be reset after JIRA reboot, described here: Configure Jira Logginglogging.
Example
Code Block |
---|
logPrint("DEBUG", "A debug Message."); |
...