()
| 134 | } |
| 135 | |
| 136 | public static synchronized void closeInstance() { |
| 137 | LogFactory logFactory = INSTANCE; |
| 138 | if (logFactory != null) { |
| 139 | logFactory.close(true); |
| 140 | INSTANCE = null; |
| 141 | } |
| 142 | } |
| 143 | |
| 144 | public static void configureRootDir(String rootDir) { |
| 145 | LogFactory.rootDir = rootDir; |
no test coverage detected