PICL Plug-In Library Functions picldlog(3PICLTRE)
NAME
picldlog - log a message in system log
SYNOPSIS
cc [flag ...] file ... -lpicltree [library ...]
#include
void picldlog(const char *msg);
DESCRIPTION
The picldlog() 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 mes-
sages to inform users of any error or warning conditions.
RETURN VALUES
This function does not return a value.
ERORS
No errors are defined.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level MT-Safe
SEE ALSO
syslog(3C), attributes(5)
SunOS 5.11 Last change: 28 Mar 2000 1
|