HP-UX SNAplus2 NOF Programmer's Guide

NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
SET_LOG_TYPE
Chapter 51052
unsigned char succinct_audits; /* use succinct logging in audit file?*/
unsigned char succinct_errors; /* use succinct logging in error file?*/
} SET_LOG_TYPE;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_LOG_TYPE
override
Specifies whether this verb is being used to override
the global log types specified on
SET_GLOBAL_LOG_TYPE, or to revert to using these
defaults. Possible values are:
AP_YES
Override the global log types. The log
types to be used on this server are
specified by the
audit
and
exception
parametersbelow,andthe
choice of succinct or full logging is
specified by the
succinct_*
parameters below.
AP_NO
Revert to using the global log types.
The
audit
,
exception
, and
succinct_*
parameters below are
ignored.
audit
Specify whether audit messages are recorded on this
server. Possible values are:
AP_YES
Audit messages are recorded.
AP_NO
Audit messages are not recorded.