Esempio n. 1
0
 /**
  * Whether debug is switched on
  *
  * @return true if debug is switched on
  */
 public boolean isDebug() {
   return debugStore != null && debugStore.isDebug();
 }