summaryrefslogtreecommitdiff
path: root/ACE/debian/Basic_Logging_Service.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/debian/Basic_Logging_Service.sgml')
-rw-r--r--ACE/debian/Basic_Logging_Service.sgml68
1 files changed, 68 insertions, 0 deletions
diff --git a/ACE/debian/Basic_Logging_Service.sgml b/ACE/debian/Basic_Logging_Service.sgml
new file mode 100644
index 00000000000..d3dd5a50714
--- /dev/null
+++ b/ACE/debian/Basic_Logging_Service.sgml
@@ -0,0 +1,68 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+ <!ENTITY applname "Basic_Logging_Service">
+ <!ENTITY revision "$Revision$">
+ <!ENTITY man_tao_orb_options "<citerefentry><refentrytitle>TAO_ORB_Options</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
+ <!ENTITY man_notify_logging_service "<citerefentry><refentrytitle>Notify_Logging_Service</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
+ <!ENTITY man_event_logging_service "<citerefentry><refentrytitle>Event_Logging_Service</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
+ <!ENTITY man_rt_event_logging_service "<citerefentry><refentrytitle>RTEvent_Logging_Service</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
+ <!ENTITY man_naming_service "<citerefentry><refentrytitle>Naming_Service</refentrytitle><manvolnum>1</manvolnum></citerefentry>">
+ <!ENTITY Naming_Service "<application>tao_cosnaming</application>">
+ <!ENTITY Basic_Logging_Service "<application>tao_tls_basic</application>">
+ <!ENTITY seealso "&man_tao_orb_options;, &man_notify_logging_service;, &man_event_logging_service;, &man_rt_event_logging_service;, &man_naming_service;">
+ <!ENTITY year "1999">
+ <!ENTITY username "David Hanvey">
+ <!ENTITY useremail "<email>&lt;d.hanvey@qub.ac.uk&gt;</email>">
+]>
+<refentry>
+ <refmeta>
+ <refentrytitle>BASIC_LOGGING_SERVICE</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>&applname;</refname>
+ <refpurpose>TAO Basic Telecom Log Service</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <title>SYNOPSIS</title>
+ <cmdsynopsis>
+ <command>&applname;</command>
+ <group><arg>-ORBoptions</arg></group>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ &applname; is an event-unaware implementation of the Telecom Log Service.
+ </para>
+ <para>
+ The Telecom Log Service specification may be found on the OMG
+ website at <ulink
+ url="http://www.omg.org/cgi-bin/doc?telecom/99-05-01"></ulink>.
+ </para>
+ <para>
+ &applname; requires a running &Naming_Service; and registers with
+ it as `BasicLogFactory'.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <para>
+ The program follows the usual TAO ORB command line syntax. See
+ &man_tao_orb_options;.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>BUGS</title>
+ <para>
+ Currently all Logs records are stored in memory.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>&seealso;</para>
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>&username; &useremail;</para>
+ </refsect1>
+</refentry>