man pages section 3: Extended Library Functions, Volume 3

Exit Print View

Updated: July 2014
 
 

picld_log(3PICLTREE)

Name

picld_log - log a message in system log

Synopsis

cc [flag …] file –lpicltree [library …] 
#include <picltree.h>

void picld_log(const char *msg);

Description

The picld_log() function logs the message specified in msg to the system log file using syslog(3C). This function is used by the PICL daemon and the plug-in modules to log messages to inform users of any error or warning conditions.

Return Values

This function does not return a value.

Errors

No errors are defined.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
MT-Level
MT-Safe

See also

syslog(3C), attributes(5)