uloop clear-console
Clear Unity console logs.
Usage
uloop clear-console [--add-confirmation-message]
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
--add-confirmation-message |
flag | - | Add confirmation message after clearing |
Output
Returns JSON with:
Success(boolean): Whether the clear operation succeededClearedLogCount(number): Total number of log entries that were clearedClearedCounts(object): Breakdown by log typeErrorCount(number): Errors clearedWarningCount(number): Warnings clearedLogCount(number): Info logs cleared
Message(string): Description of the result. On failure, this field carries the error summary.