added flush method to Log.java
authoradam <adam@megacz.com>
Mon, 28 Jun 2004 22:17:34 +0000 (22:17 +0000)
committeradam <adam@megacz.com>
Mon, 28 Jun 2004 22:17:34 +0000 (22:17 +0000)
darcs-hash:20040628221734-5007d-4c1de4f9862ded6c9e818eccc37d6aac00b6a82e.gz

src/org/ibex/util/Log.java

index beb7f3e..d2bca77 100644 (file)
@@ -23,6 +23,7 @@ public class Log {
 
     public static PrintStream logstream = System.err;
 
+    public static void flush() { logstream.flush(); }
     public static void email(String address) { throw new Error("FIXME not supported"); }
     public static void file(String filename) throws IOException {
         // FIXME security