summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Log/Basic_Log_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Log/Basic_Log_Test/README')
-rw-r--r--TAO/orbsvcs/tests/Log/Basic_Log_Test/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Log/Basic_Log_Test/README b/TAO/orbsvcs/tests/Log/Basic_Log_Test/README
new file mode 100644
index 00000000000..a38bcb3f888
--- /dev/null
+++ b/TAO/orbsvcs/tests/Log/Basic_Log_Test/README
@@ -0,0 +1,18 @@
+// $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) ./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>