Ejemplo n.º 1
0
 public void stop() {
   aai.detachAndStopAllAppenders();
   started = false;
 }
Ejemplo n.º 2
0
 public void detachAndStopAllAppenders() {
   aai.detachAndStopAllAppenders();
 }
Ejemplo n.º 3
0
 /**
  * Remove all previously added appenders from this logger instance.
  *
  * <p>This is useful when re-reading configuration information.
  */
 public void detachAndStopAllAppenders() {
   if (aai != null) {
     aai.detachAndStopAllAppenders();
   }
 }