> For the complete documentation index, see [llms.txt](https://fast-studios.gitbook.io/press-e/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fast-studios.gitbook.io/press-e/manual/scripting/interactable/interactable.debugmessage.md).

# Interactable.DebugMessage

<mark style="color:blue;">public void</mark> <mark style="color:yellow;">DebugMessage</mark>(<mark style="color:blue;">string</mark> <mark style="color:$primary;">message</mark>)

Utility method to **print a log message**.

\
It’s mainly intended for use with **Unity Events** (so designers can log without writing code).\
In scripts you can call `Debug.Log()` directly, but via Unity Event you can drag the **Interactable** and select **DebugMessage**, then type the message.
