Content-type: text/html Man page of picld_log

picld_log

Section: PICL Plug-In Library Functions (3PICLTREE)
Updated: 28 Mar 2000
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE
MT-LevelMT-Safe

 

SEE ALSO

syslog(3C), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ERRORS
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:12 GMT, October 02, 2010