HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (REGISTER_INDICATION_SINK to UNREGISTER_INDICATION_SINK)
SET_GLOBAL_LOG_TYPE
Chapter 5 1041
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char audit; /* audit logging on or off */
unsigned char exception; /* exception logging on or off */
unsigned char succinct_audits; /* use succinct logging in audit file?*/
unsigned char succinct_errors; /* use succinct logging in error file?*/
} SET_GLOBAL_LOG_TYPE;
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 deļ¬nition. (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