Skip to content

Log System

PlatanoGames edited this page Aug 8, 2026 · 3 revisions

Logging and Trace

PGXCore supplies domain logging, structured entries, a ring buffer, serialization, query/export helpers, scoped timing and trace tags.

Feature systems can register domain renderers. Shared inspectors can then show domain-specific context while the feature plugin retains ownership of that data.

Separation of concerns

  • Unreal log categories remain the low-level output.
  • PGX structured entries add searchable domain context.
  • Trace helpers measure selected execution paths.
  • Editor viewers inspect evidence; they do not alter runtime state.

Logs may contain project data. Sanitize paths, identifiers and confidential content before attaching them to a public issue.

Clone this wiki locally