* von aussen steuern. bei junit-tests ist der consoleappender richtig, sonst nicht.
*/
objFile.WriteLine("log4j.appender.stdout=com.sos.JSHelper.Logging.JobSchedulerLog4JAppender");
}
objFile.WriteLine("log4j.appender.stdout.layout=org.apache.log4j.PatternLayout");
objFile.WriteLine("log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n");
objFile.close();
flgNew = true;
}
catch (Exception e) {
System.err.println(conClassName + ": unable to create the log4j-property-file " + objFile.getAbsolutePath());