Get Console Since
get_console_sinceFetches console logs from Unity editor after a specified mark (watermark), with optional level and keyword filters. Provides only new entries since that point to avoid reprocessing old logs.
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 |