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

Method redirectErrorMessages

ij/src/main/java/ij/IJ.java:2512–2515  ·  view source on GitHub ↗

Causes IJ.error() output to be temporarily redirected to the "Log" window.

()

Source from the content-addressed store, hash-verified

2510
2511 /** Causes IJ.error() output to be temporarily redirected to the "Log" window. */
2512 public static void redirectErrorMessages() {
2513 redirectErrorMessages = true;
2514 lastErrorMessage = null;
2515 }
2516
2517 /** Set 'true' and IJ.error() output will be temporarily redirected to the "Log" window. */
2518 public static void redirectErrorMessages(boolean redirect) {

Callers 9

getProcessorMethod · 0.95
doIJMethod · 0.95
getProcessorMethod · 0.95
runMethod · 0.95
processFolderMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
getFileCountMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected