- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LoggingPrintStream (0.1 sec)
-
impl/maven-core/src/main/java/org/apache/maven/logging/LoggingOutputStream.java
} } public static class LoggingPrintStream extends PrintStream { public LoggingPrintStream(LoggingOutputStream out) { super(out, true); } public void forceFlush() { ((LoggingOutputStream) out).forceFlush(); } } public static void forceFlush(PrintStream ps) { if (ps instanceof LoggingPrintStream loggingPrintStream) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Feb 12 12:31:43 UTC 2025 - 3K bytes - Viewed (0)