]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update for the interface has changed.
authorwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Sep 2006 06:25:20 +0000 (06:25 +0000)
committerwuyizhong <wuyizhong@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 5 Sep 2006 06:25:20 +0000 (06:25 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1455 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/FrameworkTasks/org/tianocore/framework/tasks/FrameworkLogger.java

index 39197ecbb7905ee2fc23e60e9de6d47a5dbbc478..252d870caabd268464be65807d867d700646d8b1 100644 (file)
@@ -34,4 +34,7 @@ class FrameworkLogger implements LogMethod {
         String frameworkMsg = " [" + this.titleName + "] " + msg;\r
         this.project.log(frameworkMsg, Project.MSG_INFO);\r
     }\r
+    \r
+    public void flushToFile(File file) {\r
+    }\r
 }
\ No newline at end of file