3 Telecom Log Service (TLS) Client example
4 ----------------------------------------
5 This is a simple example example to show how to create a basic log and write events
9 1) You need a running Naming Service, $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
10 2) You need a running Log Service, $TAO_ROOT/orbsvcs/Logging_Service/Logging_Service
13 The client locates the log service factory from the naming service.
14 Then it creates a DsLogAdmin::BasicLog does the following operations:
15 - writes records, query records, delete records.
17 report bugs to D A Hanvey <d.hanvey@qub.ac.uk>