Skip to end of banner
Go to start of banner

logPrint

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

« Previous Version 6 Next »

Description

Prints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL. Logging the messages above is subject to the same configurations of the app as described here.

Parameters

Return Type

None

Example

logPrint("DEBUG", "A debug Message.");

If the configuration level is one of TRACE or DEBUG then the message will be printed out. Otherwise if the configuration level is INFO, WARN, ERROR or FATAL the message will not be displayed. For other usages you can consult the priority level list above.

See also

  • No labels