Beispiel #1
0
 public void setLogCategory(String category)
 {
     if (category != null)
     {
         LOG.setLogCategory(category);
     }
     else
     {
         LOG = new RhoEmptyLogger();
     }
 }
Beispiel #2
0
 public static void setLogCategory(String category)
 {
     LOG.setLogCategory(category);
 }