static void logln(String msg) {
   if (LOG) {
     LOGGER.println(msg);
   }
 }