FileDocCategorySizeDatePackage
DxConsole.javaAPI DocAndroid 1.5 API1231Wed May 06 22:41:02 BST 2009com.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 System.out and System.err but they can be changed to link to other PrintStream.

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