public static class Main.LogModeMessagePrinter extends Main.MessagePrinter
Modifier and Type | Field and Description |
---|---|
protected java.io.PrintStream |
logStream |
TERSE, VERBOSE
SYSTEM_ERR, SYSTEM_OUT, THROW
Constructor and Description |
---|
LogModeMessagePrinter(boolean verbose,
java.io.PrintStream logStream) |
Modifier and Type | Method and Description |
---|---|
protected java.io.PrintStream |
getStreamFor(IMessage.Kind kind) |
dontIgnore, handleMessage, ignore, isIgnoring, render
public LogModeMessagePrinter(boolean verbose, java.io.PrintStream logStream)
protected java.io.PrintStream getStreamFor(IMessage.Kind kind)
getStreamFor
in class Main.MessagePrinter