public class DefaultConsoleReporter extends java.lang.Object implements ConsoleLogger
Modifier and Type | Field and Description |
---|---|
private java.io.PrintStream |
systemOut |
Constructor and Description |
---|
DefaultConsoleReporter(java.io.PrintStream systemOut) |
Modifier and Type | Method and Description |
---|---|
void |
info(java.lang.String message) |
public DefaultConsoleReporter(java.io.PrintStream systemOut)
public void info(java.lang.String message)
info
in interface ConsoleLogger