Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / examples / Log / Event / README
blobd590dad85895c31f8356dc2e495b8e51524c622f
3 Telecom Log Service (TLS) Client example
4 ----------------------------------------
5 This is a simple example example to show how to create an event log and write events
6 to the Log.
8 To run this example:
9 1) You need a running Naming Service, $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
10 2) You need a running Event Logging Service, $TAO_ROOT/orbsvcs/Logging_Service/Event_Logging_Service
11 3) To collect log-generated events you will need to run, ./Event_Consumer
12 4) To run the sample log events run, ./Event_Supplier
14 The client locates the log service factory from the naming service.
15 Then it creates a DsEventLogAdmin::EventLog does the following operations:
16 - writes records, query records, delete records.
18 report bugs to D A Hanvey <d.hanvey@qub.ac.uk>