summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-26 15:32:06 +0000
committerdhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-26 15:32:06 +0000
commit62912d6f379bdf7276e1afc674ad134ba9994559 (patch)
tree34663f95ca677f0b6110a57548fb5d395a362c34
parent5af47adfb00e80945c39bfe745310ec5a099b268 (diff)
downloadATCD-62912d6f379bdf7276e1afc674ad134ba9994559.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 17c8a59b6ec..e9516799779 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,5 +1,36 @@
2002-09-26 D A Hanvey <dhanvey@qub.ac.uk>
+ * /orbsvcs/Logging_Service
+
+ Logging_Service extended to include event logging.
+ 4 separate services each in its own directory as below.
+
+ * Basic_Logging_Service/README
+ * Basic_Logging_Service/Basic_Logging_Service.cpp
+ * Basic_Logging_Service/Basic_Logging_Service.h
+ * Basic_Logging_Service/Makefile:
+
+ * Event_Logging_Service/Event_Logging_Service.cpp
+ * Event_Logging_Service/Event_Logging_Service.h
+ * Event_Logging_Service/Makefile
+ * Event_Logging_Service/README:
+
+ * Notify_Logging_Service/Makefile
+ * Notify_Logging_Service/Notify_Logging_Server.cpp
+ * Notify_Logging_Service/Notify_Logging_Service.cpp
+ * Notify_Logging_Service/Notify_Logging_Service.h
+ * Notify_Logging_Service/README
+ * Notify_Logging_Service/svc.conf:
+
+ * RTEvent_Logging_Service/Makefile
+ * RTEvent_Logging_Service/RTEvent_Logging_Service.cpp
+ * RTEvent_Logging_Service/RTEvent_Logging_Service.h:
+
+
+
+
+2002-09-26 D A Hanvey <dhanvey@qub.ac.uk>
+
* /orbsvcs/examples/Log
Examples of the 4 Logging Services