MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / revertSystem

Method revertSystem

ij/src/main/java/ij/io/LogStream.java:105–108  ·  view source on GitHub ↗

Use this method to revert both System.out and System.err to their original output streams.

()

Source from the content-addressed store, hash-verified

103 * to their original output streams.
104 */
105 public static void revertSystem() {
106 revertSystemOut();
107 revertSystemErr();
108 }
109
110 /**
111 * Use this method to revert<code>System.out</code>

Callers 1

redirectSystemMethod · 0.95

Calls 2

revertSystemOutMethod · 0.95
revertSystemErrMethod · 0.95

Tested by

no test coverage detected