Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Log / Basic_Log_Test / README
blobe63a6e133e4f9d09c88654f0bd046a694167f25a
3 Telecom Log Service (TLS) Client example
4 ----------------------------------------
6 This is a simple example example to show how to create a basic log and
7 write events to the Log.
9 To run this example:
10 1) You need a running Naming Service, $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service
11 2) You need a running Log Service, $TAO_ROOT/orbsvcs/Logging_Service/Logging_Service
12 3) ./client
14 The client locates the log service factory from the naming service.
15 Then it creates a DsLogAdmin::BasicLog does the following operations:
16 - writes records, query records, delete records.
18 report bugs to D A Hanvey <d.hanvey@qub.ac.uk>