CLS – CustomLogSystem

CLS – CustomLogSystem

CLS Logger is a powerful, st...

MOD ID: 10811作者: EnotPenetratorカテゴリ: Miscellaneousバージョン: 3.0.0更新日: 2026-06-27T20:13:32Z用途: クライアント向け人気スコア: 0
#UI#クライアント向け

📝 このMODの解説記事

まだ解説記事はありません。読みたい方はリクエストできます(運営が記事化を検討します)。

🔑 Nexus連携(高評価・追跡)

🏷 タグ

Utilities for ModdersBug Fixes

📂 ファイル・バージョン

ダウンロードは Nexus Mods 上で行われます(当サイトではファイルを配布しません)。対応バージョンは各ファイルの記載をご確認ください。

メイン CLS - CustomLogSystem v3.0.0
⬇️ 42
更新履歴(changelog)
Complete Rewrite:
Migrated from C# Harmony game mod to standalone Electron application
No mod installation required — runs as independent executable
Distributed as archive with program folder for faster startup
_____________________________________________________________________
New Features:
External Log Viewer tab for loading and analyzing any log files via drag and drop
Auto-detect and monitor current game log file automatically
Game restart detection with automatic log file switching
Independent statistics, mod lists, and file information per tab
Game Version and Engine Version display for both Live and External modes
Mod detection in External log files with source filtering
TXT and Excel (.xls) export alongside existing XML export
Modern frameless dark UI with custom title bar
Config folder quick access button from the interface
Pre-configured config files available separately (0_CustomConfigs)
_____________________________________________________________________
Improvements:
Multiline log entries (stack traces) are now properly merged into single records
Cleaned up message display — removed duplicate timestamp and log level from message text
Fixed info icon not displaying correctly in the log list
Smart auto-detection hints for common errors with mod name and file extraction
Improved dropdown styling with visible scrollbar and text overflow handling
Stable auto-scroll behavior when new logs arrive
Source dropdown now opens to the left to prevent overflow
_____________________________________________________________________
Removed:
No longer requires installation in game Mods folder
AJAX server replaced with direct file monitoring
HTML file generation replaced with live in-memory viewer
_____________________________________________________________________
Technical Changes:
Fully rewritten log parser eliminating log duplication
Tab-independent statistics and favorites
Dynamic mod name dropdown without list clearing
Direct file system monitoring instead of H…
⬇️ Nexus でダウンロード
オプション Pre-Config v3.0.0
⬇️ 11
更新履歴(changelog)
Complete Rewrite:
Migrated from C# Harmony game mod to standalone Electron application
No mod installation required — runs as independent executable
Distributed as archive with program folder for faster startup
_____________________________________________________________________
New Features:
External Log Viewer tab for loading and analyzing any log files via drag and drop
Auto-detect and monitor current game log file automatically
Game restart detection with automatic log file switching
Independent statistics, mod lists, and file information per tab
Game Version and Engine Version display for both Live and External modes
Mod detection in External log files with source filtering
TXT and Excel (.xls) export alongside existing XML export
Modern frameless dark UI with custom title bar
Config folder quick access button from the interface
Pre-configured config files available separately (0_CustomConfigs)
_____________________________________________________________________
Improvements:
Multiline log entries (stack traces) are now properly merged into single records
Cleaned up message display — removed duplicate timestamp and log level from message text
Fixed info icon not displaying correctly in the log list
Smart auto-detection hints for common errors with mod name and file extraction
Improved dropdown styling with visible scrollbar and text overflow handling
Stable auto-scroll behavior when new logs arrive
Source dropdown now opens to the left to prevent overflow
_____________________________________________________________________
Removed:
No longer requires installation in game Mods folder
AJAX server replaced with direct file monitoring
HTML file generation replaced with live in-memory viewer
_____________________________________________________________________
Technical Changes:
Fully rewritten log parser eliminating log duplication
Tab-independent statistics and favorites
Dynamic mod name dropdown without list clearing
Direct file system monitoring instead of H…
⬇️ Nexus でダウンロード
旧バージョン(9件)を表示
アーカイブ CustomLogSystem - Beta v1.0.0
⬇️ 6
⬇️ Nexus でダウンロード
アーカイブ CustomLogSystem - Beta v1.0.0
⬇️ 15
⬇️ Nexus でダウンロード
アーカイブ CustomLogSystem - Beta v1.0.1
⬇️ 29
⬇️ Nexus でダウンロード
アーカイブ CustomLogSystem - Beta v1.0.2
⬇️ 4
⬇️ Nexus でダウンロード
旧バージョン CustomLogSystem - Beta v1.0.3
⬇️ 15
更新履歴(changelog)
CLS Logger v1.0.3
_______________________________________________________________
New Features:
Dropdown Source Filter with Per-Mod Filtering
Replaced Source buttons with a dropdown menu for compact layout
Dropdown Source Filter with Per-Mod Filtering:
Replaced Source buttons with a dropdown menu for compact layout
All Sources / Game Only / All Mods — standard filters
Individual mod filtering — each detected mod appears in the dropdown below a divider
Filter by specific mod (e.g., show only CustomBlockLoader logs)
Dropdown stays open after selection for quick switching between mods
Closes on click outside — intuitive behavior
Dropdown state (open/closed) preserved across page refreshes
_______________________________________________________________
Auto-Detection of Mod Tags:
Any [TagName] prefix in log messages is now automatically recognized as a mod
[CBL] now correctly shows CBL label instead of generic MOD
Any future mods auto-detected
No hardcoded mod list needed — works out of the box
_______________________________________________________________
Custom Mod Tags via XML Config:
New config file: CLSConfig/ModTags.xml
Users can define custom log prefixes for mods that don't use [TagName] format
Supports any prefix format: [MyMod], MyModPrefix:, === SuperMod ===
CLS auto-detects standard [TagName] from Loaded Mod: messages
_______________________________________________________________
UI Improvements:
Fixed dropdown button width — no more resizing when switching between short/long mod names
Long mod names truncated with ... (ellipsis) — layout stays clean
Dropdown menu scrollable when many mods are installed
Active filter highlighted in green
Button text updates instantly on selection
_______________________________________________________________
Technical Improvements:
KnownMods list dynamically populated from Loaded Mod: and Initialized code in mod messages
Mod names collected from both early log file loading and live Harmony capture
TFP_Harmony and CLS fil…
⬇️ Nexus でダウンロード
アーカイブ CLS - CustomLogSystem v2.0.0
⬇️ 10
更新履歴(changelog)
Major Feature: AJAX Live Updates
No more page reloads! v2.0.0 introduces a built-in HTTP server with AJAX polling.
___________________________________________________________________
Before (v1.x):
HTML file saved to disk
Browser reloaded the entire page every N seconds
Visible flickering and "reloading" indicator in browser tab
FROZEN - Text selected hack to prevent refresh while reading
___________________________________________________________________
After (v2.0.0):
Built-in HTTP server on http://localhost:8088
Page loads once, then updates dynamically via fetch('/api/logs')
Only new log entries are added to the DOM — nothing gets replaced
Zero flickering — smooth, instant updates
Text selection preserved — read errors without interruption
No more "reloading" in browser tab — just live data streaming
___________________________________________________________________
New Features:
Built-in HTTP Server (Ajax)
Runs on configurable port (default 8088)
Serves HTML page at / and JSON API at /api/logs
Background thread, zero impact on game performance
Auto-starts with the mod, auto-stops on game exit
Accessible from any browser on the same machine
___________________________________________________________________
JSON API (/api/logs):
Returns all logs with metadata in JSON format
___________________________________________________________________
Smart DOM Updates:
New log entries are appended to the container — existing entries untouched
Text selection survives updates — no more interrupted reading
Hash-based change detection — skips re-render if nothing changed
Auto-scroll only when user is already at the bottom
___________________________________________________________________
Removed:
File-based page reload mechanism (location.reload())
Refresh counter and frozen state logic
FROZEN - Text selected indicator
Duplicate spam filter code
Reload in: Ns counter
FROZEN - Text selected
⬇️ Nexus でダウンロード
アーカイブ CLS - CustomLogSystem v2.1.0
⬇️ 16
更新履歴(changelog)
Export System:
Export to Excel (XLS) — HTML table format with auto-width columns, opens directly in Excel
Export to XML — structured XML format for scripts and parsers
Export options: All logs, Selected logs, Current filter, Favorites
Dropdown menu with all export options in one place
____________________________________________________________________
Favorites System:
Add to Favorites — mark any selected log entry as favorite
Remove from Favorites — unmark selected entries
Favorites filter — new Favorites button in Type filter
Toggle behavior — click to view favorites, click again to return to previous filter
Favorites counter shows total saved entries
Stored in sessionStorage — persists across page refreshes
____________________________________________________________________
Checkbox Selection:
Checkbox on every log entry for individual selection
Select All / Deselect All buttons
Selected counter shows number of checked entries
Visual flash effect on button clicks
Selection persists during AJAX updates (new logs appended without losing selection)
Delete Selected — permanently remove selected logs from view
____________________________________________________________________
Delete System:
Delete selected logs from current session
Confirmation dialog to prevent accidental deletion
Deleted logs stay hidden after AJAX refresh
Also removes deleted entries from favorites automatically
____________________________________________________________________
UI Improvements:
Button flash effect — instant green feedback on checkbox button clicks
Fixed dropdown button width — no more layout shifts
Total and Selected counters — bright green for visibility
Export button positioned at far right of controls bar
____________________________________________________________________
Favorites Toggle Logic:
Click  Favorites → saves current filter, switches to favorites
Click again → returns to saved filter
Click any other Type button → exits favorites mode normally
_________________…
⬇️ Nexus でダウンロード
旧バージョン CLS - CustomLogSystem v2.2.0
⬇️ 17
更新履歴(changelog)
External Logs Tab:
Import & analyze log files — drag & drop .txt, .log, .xml, .xls files
Smart format detection — auto-detects plain text, CLS XML export, and CLS XLS export
Full parsing — exported XML/XLS files are fully parsed back into structured logs with type highlighting, source detection, and hints
Custom hints support — uses same CustomHints from XML config via /api/hints API
_______________________________________________________________________________________
UI:
Live/External tabs moved to header (top-right)
Red "Clear External" button when External tab is active
⬇️ Nexus でダウンロード
アーカイブ CLS - CustomLogSystem v3.0.0
⬇️ 1
更新履歴(changelog)
Complete Rewrite:
Migrated from C# Harmony game mod to standalone Electron application
No mod installation required — runs as independent executable
Distributed as archive with program folder for faster startup
_____________________________________________________________________
New Features:
External Log Viewer tab for loading and analyzing any log files via drag and drop
Auto-detect and monitor current game log file automatically
Game restart detection with automatic log file switching
Independent statistics, mod lists, and file information per tab
Game Version and Engine Version display for both Live and External modes
Mod detection in External log files with source filtering
TXT and Excel (.xls) export alongside existing XML export
Modern frameless dark UI with custom title bar
Config folder quick access button from the interface
Pre-configured config files available separately (0_CustomConfigs)
_____________________________________________________________________
Improvements:
Multiline log entries (stack traces) are now properly merged into single records
Cleaned up message display — removed duplicate timestamp and log level from message text
Fixed info icon not displaying correctly in the log list
Smart auto-detection hints for common errors with mod name and file extraction
Improved dropdown styling with visible scrollbar and text overflow handling
Stable auto-scroll behavior when new logs arrive
Source dropdown now opens to the left to prevent overflow
_____________________________________________________________________
Removed:
No longer requires installation in game Mods folder
AJAX server replaced with direct file monitoring
HTML file generation replaced with live in-memory viewer
_____________________________________________________________________
Technical Changes:
Fully rewritten log parser eliminating log duplication
Tab-independent statistics and favorites
Dynamic mod name dropdown without list clearing
Direct file system monitoring instead of H…
⬇️ Nexus でダウンロード

MOD 解説

CLS Loggerは、『7 Days to Die』のログをリアルタイムで表示・分析するための、高性能なスタンドアロンアプリケーションです。MODのインストールは不要で、解凍して実行するだけです。MOD制作者やプレイヤーの双方を想定して設計されており、エラーの特定やMODの追跡に役立ちます。

原文(英語)を表示

CLS Logger is a powerful, standalone application for real-time viewing and analysis of 7 Days to Die logs. No mod installation required — just extract and run. Designed for modders and players alike, it helps identify errors, track mod

導入前チェック(前提 / 競合 MOD)

情報はまだありません。導入済みの方はコメントで情報をお寄せください。

コメントする

お名前(ニックネーム)だけで投稿できます。ログイン・メール登録は不要です。お気軽にどうぞ。

※ AIの回答は管理者の確認後に表示されます。内容は不正確な場合があります。