Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv14211
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** CHANGES.current 3 May 2003 12:13:48 -0000 1.29
--- CHANGES.current 4 May 2003 07:26:34 -0000 1.30
***************
*** 2,5 ****
--- 2,20 ----
===========================
+ 2003-05-03: onsight
+ Replaced CSP's logging facilities with SimData's (which
+ originally came from CSP). Some tweaks to the logging
+ classes needed to be made to support multiple logs at once,
+ but this seems to work fine now. The CSP_LOG macro is
+ a little easier to use now, since it inserts the CSP_
+ prefix automatically for the class and priority levels:
+
+ CSP_LOG(APP, DEBUG, "a message");
+
+ instead of
+
+ CSP_LOG(CSP_APP, CSP_DEBUG, "a message");
+
+
2003-05-02: onsight
==========> VC USERS: add Theater.cpp to the project.
|