-
Notifications
You must be signed in to change notification settings - Fork 0
Log System
PlatanoGames edited this page Aug 8, 2026
·
3 revisions
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.
- 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.
- Development Preview
- Getting Started
- Release branch catalog
- Public Plugin Matrix
- Early Preview Plugins
- Known Issues
- Architecture Overview
- Plugin Topology
- Module Reference
- Configuration and Registry
- Data-Driven Design
- Profiles and Budgets
- Gameplay Tag Architecture
- Initialization Pipeline
- Cross-Plugin Communication
- Message System
- Event Handlers
- Logging and Trace
- Runtime Flows
- Blueprint API Design
- Editor Integration
- Editor Visual System