Closed khatchad closed 7 years ago
Right now, we're using a global logger. We should use our own so that we can tweak the parameters if necessary.
private static final Logger LOGGER = Logger.getGlobal(); to private static final Logger LOGGER = Logger.getLogger("edu.cuny.hunter.streamrefactoring");
private static final Logger LOGGER = Logger.getGlobal();
private static final Logger LOGGER = Logger.getLogger("edu.cuny.hunter.streamrefactoring");
Right now, we're using a global logger. We should use our own so that we can tweak the parameters if necessary.