---
title: "Printing output"
canonical: "https://support.appfire.com/space/PSJ/15483035/Printing%20output"
format: markdown
---
> Macro (aura-html)


There are several functions which print output. Each one prints to a different place in Jira. This article details each.

## Printing to the SIL Manager Console or SIL Runner Gadget

- runnerLog()

**Sample Code**

|  |
| --- |
| ```
runnerLog("TEST");
``` |

Example output from the SIL Manager:

![image](media://8c1c6ebd-39eb-402f-bab6-776986d3a111)

Example output from the SIL Runner Gadget:

![image](media://577b8eb2-5129-4dd6-b813-5d05a6ec9e96)

The SIL Engine ignores the runnerLog() function when script are run from other methods other than the SIL Manager.

## Printing to the Jira System Logs

- print()
- printLog()

**Sample Code**

|  |
| --- |
| ```
print("TEST");
logPrint("INFO", "TEST");
``` |

Example output:

**Example Output**

|  |
| --- |
| ```
2020-08-13 02:01:23,619-0600 pool-387-thread-1 INFO admin 765x13039x1 1jpmc0 0:0:0:0:0:0:0:1 /rest/keplerrominfo/refapp/latest/async-script/runScriptFromEditor [c.k.s.lang.functions.LogPrintFunction] TEST
``` |

## Printing to a file on the host system

- printInFile()
  **Printing to the silprograms folder**
  **Printing to the silprograms folder**
  **Printing to a system file**
  **Printing to a system file - Windows**
  

> ℹ️ Remember to click on the Refresh button! 
> ℹ️ 
> ℹ️ Whenever changes are made outside the SIL Manager window, click on the "Refresh" button to view the changes.

## Additional Help

Need help implementing this script? Talk to me directly to me by clicking on the bot on this page.

## Related articles



> Macro (contentbylabel)

> Macro (details)
> 
> | Related issues |  |
> | --- | --- |