rc_setdebug(3) Radius client library rc_setdebug(3)

rc_setdebug - Set debug logging level.

#include <radcli/>

void rc_setdebug(
    int      debug
);

Prefer setting clientdebug in the configuration file (rc_read_config()) or rc_add_config(). Using this function bypasses the config file and is retained only for source compatibility with freeradius-client and radiusclient-ng.

debug level; 0 disables debug output, positive values enable it.

rc_get_srcaddr(3), rc_getport(3), rc_openlog(3), rc_own_hostname(3)

2026-08-19 radcli