* Clear all logs
()
| 167 | * Clear all logs |
| 168 | */ |
| 169 | public clearLogs(): void { |
| 170 | this.logs = []; |
| 171 | // Optionally notify listeners about clear |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * Register a listener for new log entries |
nothing calls this directly
no outgoing calls
no test coverage detected