/[projects]/CircuitBreaker/src/dk/thoerup/curcuitbreaker/notification/Log4jNotifier.java
ViewVC logotype

Diff of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/notification/Log4jNotifier.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 411 by torben, Wed Oct 7 07:07:00 2009 UTC revision 412 by torben, Wed Oct 7 16:42:10 2009 UTC
# Line 25  public class Log4jNotifier implements No Line 25  public class Log4jNotifier implements No
25                  logger.warn("Circuitbreaker " + breakerName + " : " + eventString);                  logger.warn("Circuitbreaker " + breakerName + " : " + eventString);
26          }          }
27    
         @Override  
         public String toString() {  
                 return "JavaLogNotifier";  
         }  
   
28  }  }

Legend:
Removed from v.411  
changed lines
  Added in v.412

  ViewVC Help
Powered by ViewVC 1.1.20