Causes IJ.error() output to be temporarily redirected to the "Log" window.
()
| 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) { |
no outgoing calls
no test coverage detected