Methods Summary |
---|
public void | close()Done with it, can be destroyed.
|
public void | print(java.lang.Object o)Output a message without a newline.
|
public void | printDebug(java.lang.Object o)Output a debug error message if getDebug() is currently true.
|
public void | printError(java.lang.Object o)Output a message to error output
|
public void | println(java.lang.Object o)Output a message with a newline.
|