HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_GLOBAL_LOG_TYPE
unsigned char succinct_errors; /* use succinct logging in error file?*/
unsigned char reserv3[4]; /* reserved */
} SET_GLOBAL_LOG_TYPE;
3.177.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_GLOBAL_LOG_TYPE
audit
Specify whether audit messages are recorded. Possible values are:
AP_YES
Audit messages are recorded.
AP_NO
Audit messages are not recorded.
AP_LEAVE_UNCHANGED
Leave audit logging unchanged from the existing denition. (The initial default, when the SNAplus2
software is started, is that audit messages are not recorded.)
exception
Specify whether exception messages are recorded. Possible values are:
AP_YES
Exception messages are recorded.
AP_NO
Exception messages are not recorded.
AP_LEAVE_UNCHANGED
Leave exception logging unchanged from the existing denition. (The initial default, when the SNAplus2
software is started, is that exception messages are recorded.)
succinct_audits
Species whether to use succinct logging or full logging in the audit log le. Possible values are:
AP_YES
Succinct logging: each message in the log le contains a summary of the message header information
(such as the message number, log type, and system name) and the message text string and parameters.
To obtain more details of the cause of the log and any action required, you can use the snaphelp utility.
AP_NO
Full logging: each message in the log le includes a full listing of the message header information,
the message text string and parameters, and additional information about the cause of the log and any
action required.
AP_LEAVE_UNCHANGED
Use the value (succinct logging or full logging) specied for this parameter on the previous
SET_GLOBAL_LOG_TYPE verb. The initial default, before any SET_GLOBAL_LOG_TYPE verb
has been issued, is to use succinct logging.
715