summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/eventlog.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/new_chapters/eventlog.t')
-rw-r--r--doc/new_chapters/eventlog.t295
1 files changed, 295 insertions, 0 deletions
diff --git a/doc/new_chapters/eventlog.t b/doc/new_chapters/eventlog.t
new file mode 100644
index 0000000000..c28c16bfb5
--- /dev/null
+++ b/doc/new_chapters/eventlog.t
@@ -0,0 +1,295 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Event Logging Manager
+
+@section Introduction
+
+The
+event logging manager is ...
+
+The directives provided by the event logging manager are:
+
+@itemize @bullet
+@item @code{log_write} -
+@item @code{log_open} -
+@item @code{log_read} -
+@item @code{log_notify} -
+@item @code{log_close} -
+@item @code{log_seek} -
+@item @code{log_severity_before} -
+@item @code{log_facilityemptyset} -
+@item @code{log_facilityfillset} -
+@item @code{log_facilityaddset} -
+@item @code{log_facilitydelset} -
+@item @code{log_facilityismember} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the event logging manager's directives.
+A subsection is dedicated to each of this manager's directives
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+@page
+@subsection log_write - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_write(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_open - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_open(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_read - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_read(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_notify - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_notify(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_close - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_close(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_seek - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_seek(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_severity_before - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_severity_before(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_facilityemptyset - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_facilityemptyset(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_facilityfillset - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_facilityfillset(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_facilityaddset - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_facilityaddset(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_facilitydelset - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_facilitydelset(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection log_facilityismember - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int log_facilityismember(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+