HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
SET_LOG_TYPE
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char override; /* override global defaults? */
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?*/
unsigned char reserv3[3]; /* reserved */
} SET_LOG_TYPE;
3.180.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_SET_LOG_TYPE
override
Species whether this verb is being used to override the global log types specied 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 specied by the audit and
exception parameters below, and the choice of succinct or full logging is specied 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.
AP_LEAVE_UNCHANGED
Leave audit logging unchanged from the existing denition.
exception
Specify whether exception messages are recorded on this server. 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.
succinct_audits
Species whether to use succinct logging or full logging in the audit log le on this server. Possible values
are:
721