.\" File automatically generated by doxy2man0.3 .\" Generation date: Wed Aug 19 2026 .TH rc_setdebug 3 2026-08-19 "radcli" "Radius client library" .SH "NAME" rc_setdebug \- Set debug logging level. .SH SYNOPSIS .nf .B #include .sp \fBvoid rc_setdebug\fP( \fBint \fP\fIdebug\fP ); .fi .SH DESCRIPTION .PP 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. .SH PARAMETERS .TP .B debug debug level; 0 disables debug output, positive values enable it. .SH SEE ALSO .PP .nh .ad l \fIrc_get_srcaddr\fP(3), \fIrc_getport\fP(3), \fIrc_openlog\fP(3), \fIrc_own_hostname\fP(3) .ad .hy