Logix Settings
A ScriptableObject asset for configuring Logix from the Inspector.
Create: Assets / Create / Dajno / Logix / Logix Settings
Runtime
| Field | Default | Description |
|---|---|---|
| File Logging | off | Adds a FileLogSink automatically |
| Path | Logs.txt |
Log file path |
| Max Size (MB) | 50 | Auto-rotation threshold |
| Timeout (s) | 5 | Semaphore acquire timeout |
| Min Level | Debug | Minimum level to process |
Console
| Field | Default | Description |
|---|---|---|
| Max Entries | 1000 | Entries kept in memory |
Filters
| Filter | Description |
|---|---|
| Namespaces | Substring match on source namespace |
| Classes | Substring match on class name |
| Directories | Substring match on file path |
| Regex | Regex match on message text |
Drag a Logix Settings asset onto the Editor Window toolbar to apply filters, or assign it to a Runtime Console component.