.\" File automatically generated by doxy2man0.3 .\" Generation date: Wed Aug 19 2026 .TH rc_openlog 3 2026-08-19 "radcli" "Radius client library" .SH "NAME" rc_openlog \- Open the system log for radcli messages. .SH SYNOPSIS .nf .B #include .sp \fBvoid rc_openlog\fP( \fBchar const *\fP\fIident\fP ); .fi .SH DESCRIPTION .PP New code should call openlog(3) directly. radcli emits all messages via syslog(3); opening the log with your application's own ident and facility before the first radcli call is sufficient. This function is a thin wrapper around openlog() retained for source compatibility with freeradius-client and radiusclient-ng. .SH PARAMETERS .TP .B ident program name passed to openlog(3). .SH SEE ALSO .PP .nh .ad l \fIrc_get_srcaddr\fP(3), \fIrc_getport\fP(3), \fIrc_own_hostname\fP(3), \fIrc_setdebug\fP(3) .ad .hy