rc_openlog - Man Page

Open the system log for radcli messages.

Synopsis

#include <radcli/>

void rc_openlog(
    char const  *ident
);

Description

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.

Parameters

ident

program name passed to openlog(3).

See Also

rc_get_srcaddr(3), rc_getport(3), rc_own_hostname(3), rc_setdebug(3)

Referenced By

radcli.h(3), rc_getport(3), rc_get_srcaddr(3), rc_own_hostname(3), rc_setdebug(3).

2026-08-19 radcli Radius client library