Console Panel

The Console panel displays engine log output with color-coded severity levels and filtering controls.

Log Levels

LevelColorDescription
InfoGray #ccccccGeneral engine messages
WarningYellow #ffcc33Non-critical issues
ErrorRed #ff4d4dErrors that may affect behavior

All engine logs (from Core and Editor) are routed to the console automatically.

Controls

The toolbar at the top of the panel provides:

ControlDescription
ClearRemove all log entries
InfoToggle info-level messages on/off
WarningsToggle warning-level messages on/off
ErrorsToggle error-level messages on/off
Auto-scrollWhen enabled (default), scrolls to the latest entry

Buffer

The console keeps a maximum of 1000 log entries. When the buffer is full, the oldest entry is removed (FIFO circular buffer). This prevents unbounded memory growth during long editing sessions.