public class DxConsole extends Object
System.out and
System.err but they can be changed to link to other
PrintStream.| Modifier and Type | Field and Description |
|---|---|
static PrintStream |
err
Error output stream.
|
static PrintStream |
noop
Output stream which prints to nowhere.
|
static PrintStream |
out
Standard output stream.
|
| Constructor and Description |
|---|
DxConsole() |
public static PrintStream out
System.out by default.public static PrintStream err
System.err by default.public static final PrintStream noop
Copyright © 2016. All Rights Reserved.