X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FLog.java;fp=src%2Forg%2Fibex%2Futil%2FLog.java;h=d2bca77080b52a74e69768a7dd24c611ba9418d3;hb=ad16fb82c71fe47fcb5a7c7cc462e41ca91d0c1e;hp=beb7f3e3a012e86ba3d956f39af6ff2aaf24158c;hpb=5c44cf5727874965cede92b8fc8c0f81db79c221;p=org.ibex.core.git diff --git a/src/org/ibex/util/Log.java b/src/org/ibex/util/Log.java index beb7f3e..d2bca77 100644 --- a/src/org/ibex/util/Log.java +++ b/src/org/ibex/util/Log.java @@ -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