
Efficient log writing with Logger and seamless, performance-optimized log inspection with Viewer - even in cases of unexpected game crashes.📃 Logger continuously records in-game logs and securely store them in file.🕵️ Viewer then allows fast, structured, and intuitive access to these logs with powerful search, filtering, and visualization tools.Together they provide a solid logging toolset for clear analysis.Whether you’re analyzing user-reported bugs or monitoring performance issues, this toolset supports:📤 Multiple log formats🔎 Smart search, dynamic filters, and timezone conversion⚡ High performance even with large datasets🎯 Focused analysis with easy identification through stack traces, timestamps, and row numbers.🌗 Customizable appearance and responsive layout🌍 No internet connection, no external dependencies - just powerful, local log handling.For more info please check:📚 Documentation🛠️ Technical details➤ Logger (Real-time, crash-resilient logging) 📃Crash-Safe LoggingThis tool captures logs at regular intervals, ensuring that critical information is preserved and allowing you to trace what occurred just before a crash. 🔥Configurable IntervalAdjust how often logs are written (in ms) ⏱️Multi-Format ExportCSV, TSV, JSON, TXT 💾In-Editor MetricsInspector displays log count in Play Mode 🔢Custom PathsSupports both absolute and persistent relative paths 📁Concurrent QueueThread-safe logging via asynchronous queue 🧵Auto TimestampingEvery entry includes an accurate timestamp 🕒Graceful ShutdownProper file closure and task cancellation 🧹Unity IntegrationCaptures Unity logs (errors, warnings, exceptions, messages) 🔧Structured OutputIncludes log type, timestamp, message, and stack trace 📐Minimal OverheadOptimized to avoid impacting gameplay 🧠➤🕵️ Viewer (Interactive log analysis)Standalone OperationNo network or third-party libraries required 🌍Lazy LoadingLoads logs in chunks for large datasets ⏳Efficient ScrollingOptimized for performance with large files 📜Advanced SearchSearch messages, stack traces, and dates (even those not yet loaded) 🔍Auto-HintingSmart search suggestions 💡Time Zone Switching: Easily switch between predefined zones 🌍Time FilteringFilter logs by time 🕒Row NumbersFor accurate reference, especially with multi-file view 🔢Message Type FiltersShow/hide specific log types (Error, Info, etc.) 🎛️Detachable FilesLoad/unload files as needed 📃Export Visible LogsSave filtered views as CSV, JSON, TSV, or TXT 📤Custom SortingBy date, type, or message content 📅EditorConsolePro IntegrationAuto-creates filters from logs 🧩Themes and UILight/Dark mode, mobile-friendly, customizable UI 🎨Graph OverviewVisual chart displaying the count of log types, rounded to two decimal places. 📊AI was used for best practices to maximize the performance of the asset and during the writing of the code to maintain the cleanliness of the created project.