//! Event Logger Component for egui_mobius_components
//!
//! This module provides a reactive terminal-like widget for logging events
//! in Egui applications. It uses the egui_mobius signal/slot architecture
//! for asynchronous event handling.
// Core modules