Back to Projects
TOOLSCOMPLETE

Structured Logging Plugin

UE5 plugin providing structured JSON logging with categories, severity levels, and output targets.

SOLO DEVELOPER  ·  Sep 1, 2025

Repository Intel
C++
LANGUAGE
May 7, 2026
LAST PUSH
ACTIVE
STATUS
Structured Logging Plugin

An Unreal Engine 5 plugin that replaces the default logging system with structured JSON output. Supports log categories, severity levels, contextual metadata, multiple output targets (file, console, network), and runtime log filtering for production diagnostics.

// TECH STACK

LANGC++ENGINEUnreal Engine 5Editor PluginLoggingDeveloper Tools

Contributions

  • 01Designed structured log format with JSON serialization
  • 02Implemented multiple output targets with async file writing
  • 03Built runtime log filtering UI for in-editor diagnostics
  • 04Created category-based log routing with configurable severity thresholds

Technical Highlights

  • Lock-free async log writing for zero gameplay impact
  • JSON structured output compatible with ELK stack and Splunk
  • Runtime-configurable category filtering via editor UI