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
Filtering & Search
Quickly filter what you're looking for:
type | description |
---|---|
Errors | Show error logs |
Warnings | Show warning logs |
Debug | Show debug logs |
Commands | Show 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