Package | Description |
---|---|
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
static Log.WriterKind |
Log.WriterKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.WriterKind[] |
Log.WriterKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.flush(Log.WriterKind kind) |
PrintWriter |
Log.getWriter(Log.WriterKind kind) |
void |
Log.printLines(Log.WriterKind wk,
Log.PrefixKind pk,
String key,
Object... args) |
void |
Log.printLines(Log.WriterKind wk,
String key,
Object... args) |
void |
Log.printNewline(Log.WriterKind wk) |
void |
Log.printRawLines(Log.WriterKind kind,
String msg)
Print the text of a message, translating newlines appropriately
for the platform.
|
void |
Log.setWriter(Log.WriterKind kind,
PrintWriter pw) |
Copyright © 2017 earcam. All rights reserved.