← All namespaces

log

Inspect, debug & data Internal

Placeholder for log streaming. For now, read the editor log file directly.

What it is

This namespace reserves a spot for streaming editor log lines back to the caller, but no live streaming is wired up yet. The subscribe method is registered so that discovery surfaces list the eventual capability, but it does nothing today: it reports that no stream was started, and its teardown counterpart is a matching no-op. There is nothing here to build against yet.

To read the log right now, open the editor's log file on disk at Saved/Logs/<ProjectName>.log and grep it directly — that file is the authoritative record. If you need to change what gets logged rather than read what already was, drive verbosity live through editor.console_command with a standard Log <Category> <Verbosity> command, then re-read the file.

This area is internal plumbing and a placeholder. Nothing here is stable or load-bearing, and most users can safely ignore the entire namespace until log streaming actually ships.

← Back to all namespaces