| Author | DaveJarvis <email> |
|---|---|
| Date | 2020-12-27 22:36:39 GMT-0800 |
| Commit | ac28f26b80cae6cb0fe727a62dcd51ce362c4997 |
| Parent | b54bf33 |
| Delta | 3 lines added, 2 lines removed, 1-line increase |
| import java.util.function.BooleanSupplier; | ||
| +import java.util.logging.LogManager; | ||
| import static com.keenwrite.Bootstrap.APP_TITLE; | ||
| */ | ||
| private static void disableLogging() { | ||
| - //LogManager.getLogManager().reset(); | ||
| - //System.err.close(); | ||
| + LogManager.getLogManager().reset(); | ||
| + System.err.close(); | ||
| } | ||