HP-UX AAA Server A.08.00.01 Administrator's Guide
NOTE: To use the above log levels, you must include syslog.h in your
program.
format A printf-style format string.
arg Arguments to replace values in the format string. For more information,
see the printf(3) manpage.
NOTE: If the arguments are insufficient for the format, the behavior can
be unexpected.
Return
This API returns one of the following values:
0
If the message is logged.
1
If the message is queued.
-1
If the message is not logged or queued.
int sdk_log_debug()
int sdk_log_debug (int level, const char *format, /* [arg,], */
...)
Usage
Logs the provided debug log message in the HP-UX AAA Server debug log file located
at /var/opt/aaa/logs/radius.debug.
Input
level It can be one of the HP-UX AAA Server debug levels. Table D-3 lists the
HP-UX AAA Server debug levels.
APIs in the HP-UX AAA Server SDK 579