Exemplo n.º 1
0
 /**
  * Get the root logger.
  *
  * @return the root logger
  */
 public static Logger getRootLogger() {
   initialized();
   return LOG;
 }