blob: 755974f732b94cfea00a7ba260d31b6a5a1c05a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Telecom Log Service
-------------------
This is an implementation of the Telecom Log Service.
The Log Service implementations are in $TAO_ROOT/orbsvcs/orbsvcs/Log
The Logging Service is comprised of 3 separate services ...
1. The Basic Logging Service - an event unaware service.
$TAO_ROOT/orbsvcs/Logging_Service/Basic_Logging_Service
2. The Event Logging Service - an integration with the COS Event Service.
$TAO_ROOT/orbsvcs/Logging_Service/Event_Logging_Service
3. The Notification Logging Service - an integration with the Notification Service.
$TAO_ROOT/orbsvcs/Logging_Service/Notify_Logging_Service
There is also a RTEvent Logging Service available ...
4. The RTEvent Logging Service
$TAO_ROOT/orbsvcs/orbsvcs/Logging_Service/RTEvent_Logging_Service
Please see the README documents in each of the above folders for
details on how to execute the respective services.
Author:
-------
David Hanvey
send suggestions, bugs, to David Hanvey <d.hanvey@qub.ac.uk>
|