FileDocCategorySizeDatePackage
DxConsole.javaAPI DocAndroid 5.1 API1211Thu Mar 12 22:18:30 GMT 2015com.android.dx.command

DxConsole

public class DxConsole extends Object
Provides standard and error PrintStream object to output information.
By default the PrintStream objects link to {@code System.out} and {@code System.err} but they can be changed to link to other PrintStream.

Fields Summary
public static PrintStream
out
Standard output stream. Links to {@code System.out} by default.
public static PrintStream
err
Error output stream. Links to {@code System.err} by default.
Constructors Summary
Methods Summary