get_console_since
Retrieve Unity console entries logged after a specific mark. Supports filtering by severity level and keyword, with count-only option.
Instructions
Console entries after the watermark created by console_mark(). mark_id: string from console_mark() or bare float timestamp. level: optional filter ('error,exception,assert'). keyword: case-insensitive substring filter. count_only: return match count as string. count: max entries to return (default 500).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| level | No | ||
| keyword | No | ||
| mark_id | Yes | ||
| count_only | No |