Description
Changelog
Reviews
Loggie Console
An interactive debug console for Godot 4.4. Built on top of Loggie with filtering, search, and flexible display support.
Key Features
- Multi-domain filtering: Organize logs by system (Audio, Physics, AI, etc.) with color-coded visualization
- Real-time search: Find specific messages instantly across thousands of log entries
- Persistent settings: Window position, filters, and preferences saved across sessions
- Flexible display options: Run as standalone window or embedded in your game
Install
Prerequisites
- Godot 4.4+
- Loggie 2.x logging framework
Installation Steps
- Install Loggie first: Follow the Loggie Readme.
- Download the addon: Download the latest release from the releases page
- Extract to your project: Extract the
loggie-console/folder into your Godot project'saddons/directory - Enable the plugin: In Godot, go to Project Settings → Plugins and enable "Loggie Console"
Once enabled, the console will be automatically added as an autoload singleton named LoggieConsole and will be accessible throughout your project.
Usage
Once installed, the console can be accessed in several ways:
- Toggle visibility: The console window can be shown/hidden as needed.
- Scene integration: The console automatically integrates with Loggie's logging system, see the Loggie User Guide for usage.
Changelog for version v1.0.1
No changelog provided for this version.