MCPcopy Create free account
hub / github.com/apache/tomcat / initStreams

Method initStreams

java/org/apache/catalina/startup/Catalina.java:991–995  ·  view source on GitHub ↗

Initialize output stream redirection.

()

Source from the content-addressed store, hash-verified

989 * Initialize output stream redirection.
990 */
991 protected void initStreams() {
992 // Replace System.out and System.err with a custom PrintStream
993 System.setOut(new SystemLogHandler(System.out));
994 System.setErr(new SystemLogHandler(System.err));
995 }
996
997
998 /**

Callers 1

loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected