summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Basic/README
blob: 573d86b75cb3058ea93be1c6bdd2f0d9b5138f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

Telecom Log Service (TLS) Client example
----------------------------------------
This is a simple example example to show how to create a basic 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 Log Service, $TAO_ROOT/orbsvcs/Logging_Service/Logging_Service
3) ./tls_client

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

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