Is it possible to, and if so how do you get programmatic access to the Java Console Log generated by Java applets?
What I want to do is add a "post bug" button to the applet I am developing. When testers click this button I would like the applet to then package up the contents of the console log as part of a bug report submitted by the applet.
Thanks for any help.