Logs

Jahro provides real-time access to all Unity logs directly inside the Game View.



    • Access all Unity logs and stack traces without leaving your game view
    • Jahro intercepts logs automatically — no extra setup needed
    • Optimized to handle thousands of logs without performance drops
    • Use logs alongside Commands and Watcher for full debugging control

Quickly filter what you're looking for:

TypeDescription
ErrorsShow error logs
WarningsShow warning logs
DebugShow debug logs
CommandsShow Jahro command outputs

Commands Output

When a command returns a string value, Jahro automatically prints the result in the Console view.

[JahroCommand]
public static string GetPlayerPosition()
{
    return $"Player Position: {Player.Instance.transform.position}";
}

Sync Logs to Web Dashboard

Save your session logs by syncing snapshots to the Jahro Web Console. Analyze logs later or share them with your team.

👉 Learn more about Snapshots Syncing here

Next Steps

We use cookies

to ensure you get the best experience on our website. For more information on how we use cookies, please see our cookie policy .