[PR #645] [MERGED] Added custom print stream logging #2760

Closed
opened 2026-05-22 10:17:11 +00:00 by Dark98 · 0 comments
Owner

📋 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: masterHead: customprintstream


📝 Commits (7)

  • 5e2967f Added custom print stream
  • 2f0c7c8 Fixed custom print stream stack trace detection
  • 98d01ca Implement custom print stream
  • ce81a92 Fixed formatting
  • db2c7ff Fixed custom info print stream
  • c44bbef Improved custom PrintStream
  • d8217ba Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/645 **Author:** [@ipkpjersi](https://github.com/ipkpjersi) **Created:** 12/28/2023 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `customprintstream` --- ### 📝 Commits (7) - [`5e2967f`](https://github.com/2006-Scape/2006Scape/commit/5e2967f371675112b5758c35d224573667e20b1e) Added custom print stream - [`2f0c7c8`](https://github.com/2006-Scape/2006Scape/commit/2f0c7c89cbb01eb6724c1a9bfbda2521b7ec1274) Fixed custom print stream stack trace detection - [`98d01ca`](https://github.com/2006-Scape/2006Scape/commit/98d01cac83ffdb80ee9b036b6f77827a57fad9f6) Implement custom print stream - [`ce81a92`](https://github.com/2006-Scape/2006Scape/commit/ce81a9268c183f9588eec8735ca3381489441e9d) Fixed formatting - [`db2c7ff`](https://github.com/2006-Scape/2006Scape/commit/db2c7ff9bcaf894c2e37045415275d0fa0c4b6b1) Fixed custom info print stream - [`c44bbef`](https://github.com/2006-Scape/2006Scape/commit/c44bbef566a923dc7e24c21a6266cffd5fd6a105) Improved custom PrintStream - [`d8217ba`](https://github.com/2006-Scape/2006Scape/commit/d8217ba63ece16bf947dc27ad6202aa33d2a2332) Merge branch 'master' into customprintstream ### 📊 Changes **2 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/GameEngine.java` (+5 -0) ➕ `2006Scape Server/src/main/java/com/rs2/util/CustomPrintStream.java` (+104 -0) </details> ### 📄 Description This adds the class and method name plus optional file logging to all System.out and System.err calls. It is very cool. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-05-22 10:17:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#2760