mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #645] [MERGED] Added custom print stream logging #1373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/645
Author: @ipkpjersi
Created: 12/28/2023
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @Dark98
Base:
master← Head:customprintstream📝 Commits (7)
5e2967fAdded custom print stream2f0c7c8Fixed custom print stream stack trace detection98d01caImplement custom print streamce81a92Fixed formattingdb2c7ffFixed custom info print streamc44bbefImproved custom PrintStreamd8217baMerge branch 'master' into customprintstream📊 Changes
2 files changed (+109 additions, -0 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+5 -0)➕
2006Scape Server/src/main/java/com/rs2/util/CustomPrintStream.java(+104 -0)📄 Description
This adds the class and method name plus optional file logging to all System.out and System.err calls. It is very cool.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.