summaryrefslogblamecommitdiffstats
path: root/doc/new_chapters/eventlog.t
blob: c28c16bfb50991b0e169593e733fa1eb6d36d7ac (plain) (tree)






































































































































































































































































































                                                              
@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: