ModApache-2.0
Log Viewer
mod that adds an interface that displays the live logs inside of the game. the window is customizable.
33
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions
📖About Log Viewer
log viewer
a minecraft fabric mod for 1.21.11 that displays real-time logs in a sleek, terminal-style gui overlay.
features
- real-time log capture - intercepts all log4j2 messages from the game
- terminal-style gui - dark, semi-transparent overlay with colored log levels
- filter by level - toggle info/warn/error/debug logs with buttons
- text search - filter logs by searching for text
- auto-scroll - automatically scrolls to newest logs (toggleable)
- draggable window - click and drag the header to move
- resizable - drag the bottom-right corner to resize
- export logs - save filtered logs to a file
controls
f7- toggle log viewer guictrl+l- clear all logsctrl+f- focus search boxctrl+s- toggle auto-scrollesc- close gui
log level colors
- info - light gray
- warn - orange
- error - red
- debug - cyan
installation
- install fabric loader 0.18.1+ for minecraft 1.21.11
- install fabric api 0.141.2+
- drop
log-viewer-1.0.0.jarinto your mods folder - launch the game and press f7
building
./gradlew build
the built jar will be in build/libs/
requirements
- minecraft 1.21.11
- fabric loader 0.18.1+
- fabric api 0.141.2+1.21.11
- java 21