[Batchserver-cvs] batchserver/src/org/jmonks/batch/framework LoggingManager.java, 1.1, 1.2
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-20 12:53:40
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batch/framework In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20357/framework Modified Files: LoggingManager.java Log Message: no message Index: LoggingManager.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batch/framework/LoggingManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LoggingManager.java 15 Sep 2006 20:05:44 -0000 1.1 --- LoggingManager.java 20 Sep 2006 12:53:37 -0000 1.2 *************** *** 137,141 **** * @throws ConfigurationException If logging directory cannot be created. */ ! public static synchronized void initializeFrameworkLogging(FrameworkLoggingConfig frameworkLoggingConfig, Main loggingInitalizer) { if(!(loggingInitalizer instanceof Main)) --- 137,141 ---- * @throws ConfigurationException If logging directory cannot be created. */ ! public static void initializeFrameworkLogging(FrameworkLoggingConfig frameworkLoggingConfig, Main loggingInitalizer) { if(!(loggingInitalizer instanceof Main)) |