Search found 3 matches

by mandar.j
Tue Aug 07, 2012 2:21 pm
Forum: Common Problems
Topic: Using default HttpURLConnection
Replies: 1
Views: 1327

Using default HttpURLConnection

Hi, It looks like Oxygen doesn't use default "sun.net.www.protocol.http.HttpURLConnection" for HttpURLConnection. I tried to create a connection using: HttpURLConnection conn = (HttpURLConnection) url.openConnection(); It doesn't throws error with this but the same code does work through c...
by mandar.j
Fri Jul 27, 2012 1:38 pm
Forum: Common Problems
Topic: How to enable logging for plugins
Replies: 4
Views: 3976

Re: How to enable logging for plugins

It worked!! I can see the debug logging. Thanks Radu!

Regards,
Mandar
by mandar.j
Fri Jul 27, 2012 11:25 am
Forum: Common Problems
Topic: How to enable logging for plugins
Replies: 4
Views: 3976

How to enable logging for plugins

Hi, I am trying to create a plugin and somehow I am not able to enable logging for the debugging. I have included logger of log4j in my class but it seems it doesn't show my debugg messages in logging.log. Any help with a guide to setup logging for plugins or an example would be appreciated. Thanks,...