cleanup + misc. fixes
[mir.git] / source / mir / log / Logger.java
index 1f959be..af3a171 100755 (executable)
@@ -36,6 +36,7 @@ public interface Logger {
   public void debug(Object o, String s);
   public void info(Object o, String s);
   public void warn(Object o, String s);
+  public void warn(Object o, String s, Throwable anException);
   public void error(Object o, String s);
   public void error(Object o, String s, Throwable anException);
   public void fatal(Object o, String s);