langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/Log.java
changeset 26107 a4a156a33c94
parent 26098 32588700060b
parent 25874 83c19f00452c
child 32542 f4e4f4c4f9f4
equal deleted inserted replaced
25876:d06a6d3c66c0 26107:a4a156a33c94
    29 
    29 
    30 /**
    30 /**
    31  * Utility class only for sjavac logging.
    31  * Utility class only for sjavac logging.
    32  * The log level can be set using for example --log=DEBUG on the sjavac command line.
    32  * The log level can be set using for example --log=DEBUG on the sjavac command line.
    33  *
    33  *
    34  * <p><b>This is NOT part of any supported API.
    34  *  <p><b>This is NOT part of any supported API.
    35  * If you write code that depends on this, you do so at your own
    35  *  If you write code that depends on this, you do so at your own risk.
    36  * risk.  This code and its internal interfaces are subject to change
    36  *  This code and its internal interfaces are subject to change or
    37  * or deletion without notice.</b></p>
    37  *  deletion without notice.</b>
    38  */
    38  */
    39 public class Log {
    39 public class Log {
    40     private static PrintStream out, err;
    40     private static PrintStream out, err;
    41 
    41 
    42     public final static int WARN = 1;
    42     public final static int WARN = 1;