|
From: <mk...@us...> - 2003-05-04 07:23:27
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv12821 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CHANGES.current 2 May 2003 20:59:04 -0000 1.31 --- CHANGES.current 4 May 2003 07:23:23 -0000 1.32 *************** *** 2,3 **** --- 2,11 ---- =========================== + 2003-05-03: onsight + Made static log variables into class members, so that multiple logs + can exist in one application. Since SimData itself uses the logging + classes, this was necessary for it to be useful as a library class + (and just makes much more sense). + + Changed the log method set_output() to setOutput(). + |