* Error level - always logs * Errors should always be visible for debugging
(...args)
| 132 | * Errors should always be visible for debugging |
| 133 | */ |
| 134 | error(...args) { |
| 135 | console.error(...args); |
| 136 | } |
| 137 | }; |
| 138 | |
| 139 | // Log initial state (only in debug mode) |