// $Id: README 46504 2002-09-28 18:38:29Z dhanvey $

Telecom Log Service (TLS) Client example
----------------------------------------
This is a simple example example to show how to create an real-time event log and write events
to the Log.

To run this example:
1) You need a running Naming Service, $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
2) You need a running Event Logging Service, $TAO_ROOT/orbsvcs/Logging_Service/RTEvent_Logging_Service
3) To collect log-generated events you will need to run, ./RTEvent_Consumer
4) To run the sample log events run, ./RTEvent_Supplier

The client locates the log service factory from the naming service.
Then it creates a RTEventLogAdmin::RTEventLog does the following operations:
- writes records, query records, delete records.

report bugs to D A Hanvey <d.hanvey@qub.ac.uk>
