Methods Summary |
---|
public void | cleanup()Get rid of all output files.
|
public boolean | getDebug(java.lang.String id)
|
public boolean | getDefaultDebug()
|
public java.lang.String | getOutputFrom(java.lang.String id)Get the output for the specified ID.
|
public java.lang.String[] | getOutputIDs()
|
public void | setAll(boolean debug)Set the AMX debug state for all existing new debug outputs.
These may or may not be MBeans, and an MBean may or may
not be in debugging mode and using its output.
|
public void | setDebug(java.lang.String id, boolean enabled)Set the debug state for the specified ID.
|
public void | setDefaultDebug(boolean enabled)Set the default AMX debug state for any new debug outputs.
|