Provides stream-to-log event converters for Apache Log4j, allowing redirection of System.out and System.err to logging.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-iostreams</artifactId>
<version>2.26.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a PrintStream that logs output via Log4j.
Ensure the logger used does not write to the same stream being redirected.
No dependency data recorded yet.