Esempio n. 1
0
 public Logger getLogger() {
   if (simulation != null) {
     return simulation.getLogger();
   } else {
     return Logging.getInstance();
   }
 }