Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Michael OffnerMichael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Fix versions
Priority
Created 5 March 2024 at 13:57
Updated 23 January 2025 at 16:59
Resolved 15 May 2024 at 09:14
This class aims to selectively capture output generated by specific threads, primarily the thread that instantiates this custom
PrintStream
. Output from other threads will be redirected to the originalSystem.out
or another specifiedPrintStream
, maintaining the integrity of global logging while allowing focused debugging.