]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/Common/org/tianocore/common/logger/LogMethod.java
Add two definitions to ToolDefinitions. Enhance EdkLog and GenBuildLogger. GenBuildLo...
[mirror_edk2.git] / Tools / Source / Common / org / tianocore / common / logger / LogMethod.java
CommitLineData
652f4bd8 1/*++\r
2\r
c8df018e 3 Copyright (c) 2006, Intel Corporation\r
4 All rights reserved. This program and the accompanying materials\r
5 are licensed and made available under the terms and conditions of the BSD License\r
6 which accompanies this distribution. The full text of the license may be found at\r
7 http://opensource.org/licenses/bsd-license.php\r
652f4bd8 8\r
c8df018e 9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
652f4bd8 11\r
c8df018e 12 Module Name:\r
13 LogMethod.java\r
652f4bd8 14\r
c8df018e 15 Abstract:\r
652f4bd8 16\r
c8df018e 17 --*/\r
652f4bd8 18\r
ff225cbb 19package org.tianocore.common.logger;\r
652f4bd8 20\r
c8df018e 21import java.io.File;\r
22\r
652f4bd8 23public interface LogMethod {\r
24 public void putMessage(Object msgSource, int msgLevel, String msg);\r
c8df018e 25\r
26 public void flushToFile(File file);\r
652f4bd8 27}\r