Re: [OT] java logging in JApplet

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 09:25:18 -0800 (PST), Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Hi > I want to use java logging API in applet, i want to > use ConsoleHandler to get all the logs in my java > console, also i want to have a JDialog where i will > display various logging level options and then

[OT] java logging in JApplet

2005-01-27 Thread Ashish Kulkarni
Hi I want to use java logging API in applet, i want to use ConsoleHandler to get all the logs in my java console, also i want to have a JDialog where i will display various logging level options and then set the log level from the selected option. I dont want to use a properties file to set Log lev