SundarLal27
Programmer
Problem using log4j in applet when it is used with 1.4 plugin.
Messages are flushed only when some exception occurs.
following is the source
String configString ="log4j.properties";
URL configFileResource= Loader.getResource(configString);//new URL(configString);
PropertyConfigurator.configure(configFileResource);
Messages are flushed only when some exception occurs.
following is the source
String configString ="log4j.properties";
URL configFileResource= Loader.getResource(configString);//new URL(configString);
PropertyConfigurator.configure(configFileResource);