Editor Logger
Minimal logger extension stub. Currently a no-op placeholder that registers the `onEditorGui` and `onExtensionLoaded` hooks without implementation.
Minimal logger extension stub. Currently a no-op placeholder that registers the onEditorGui and onExtensionLoaded hooks without implementation.
Module Overview
| Aspect | Detail |
|---|---|
| File | extensions/editor/logger.lua |
| Returns | M table |
| Role | Placeholder for editor logging UI (not yet implemented) |
Public Functions
| Function | Signature | Description |
|---|---|---|
M.onEditorGui | () | No-op - reserved for future log viewer UI |
M.onExtensionLoaded | () | No-op - extension load hook |
Notes
This module is distinct from logHelper.lua (which displays stats in the menu bar). It appears to be a skeleton for a dedicated log viewer window that was never completed.
See Also
- Editor AI Tests - Related reference
- Editor AI Visualization - Related reference
- Editor – Assembly Spline Tool - Related reference
- World Editor Guide - Guide
Editor Level Validator
Level validation tool that scans scene objects and forest items for common issues (missing shapes, out-of-bounds placement, invalid transforms). Displays categorized logs with filtering, sorting, and
Editor Log Helper
Displays live log statistics (error and warning counts) in the editor's main menu bar. Uses `Lua:getDevLogStats()` to fetch counters.